ContentLocatorPart(XmlQualifiedName) コンストラクター

定義

指定した型名と名前空間を使用して、 ContentLocatorPart クラスの新しいインスタンスを初期化します。

public:
 ContentLocatorPart(System::Xml::XmlQualifiedName ^ partType);
public ContentLocatorPart(System.Xml.XmlQualifiedName partType);
new System.Windows.Annotations.ContentLocatorPart : System.Xml.XmlQualifiedName -> System.Windows.Annotations.ContentLocatorPart
Public Sub New (partType As XmlQualifiedName)

パラメーター

partType
XmlQualifiedName

ContentLocatorPartの型名と名前空間。

例外

partType パラメーターはnull

文字列 partType.Name または partType.Namespace (またはその両方) が null または空です。

適用対象