Share via


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

適用対象