ContentLocatorPart(XmlQualifiedName) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化具有指定类型名称和命名空间的 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
。