ContentLocatorPart(XmlQualifiedName) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe ContentLocatorPart avec un nom de type et un espace de noms spécifiés.
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)
Paramètres
- partType
- XmlQualifiedName
Nom de type et espace de noms du ContentLocatorPart.
Exceptions
Le paramètre partType
a la valeur null
.