TypeIdentifier, constructeur (String, String)
Initialise une nouvelle instance de la classe TypeIdentifier avec l'espace de noms XML et le nom de type spécifiés.
Espace de noms : Microsoft.Windows.Design.Metadata
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public Sub New ( _
xmlNamespace As String, _
name As String _
)
public TypeIdentifier(
string xmlNamespace,
string name
)
public:
TypeIdentifier(
String^ xmlNamespace,
String^ name
)
new :
xmlNamespace:string *
name:string -> TypeIdentifier
public function TypeIdentifier(
xmlNamespace : String,
name : String
)
Paramètres
- xmlNamespace
Type : System.String
Espace de noms XML dans lequel le type est déclaré.
- name
Type : System.String
Nom du type.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | xmlNamespace ou name est nullune référence null (Nothing en Visual Basic). |
Notes
Le nom de type doit être un nom simple pour le type dans l'espace de noms spécifié.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.