Partager via


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é.

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

Voir aussi

Référence

TypeIdentifier Structure

TypeIdentifier, surcharge

Microsoft.Windows.Design.Metadata, espace de noms