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.NamepartType.Namespace (或两者) 为 null 或为空。

适用于