ContentLocatorPart(XmlQualifiedName) Constructor

Definition

Initializes a new instance of the ContentLocatorPart class with a specified type name and namespace.

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)

Parameters

partType
XmlQualifiedName

The type name and namespace for the ContentLocatorPart.

Exceptions

The partType parameter is null.

The strings partType.Name or partType.Namespace (or both) are null or empty.

Applies to