Partager via


PropertyIdentifier, constructeur (Type, String)

Initialise une nouvelle instance de la classe PropertyIdentifier avec le type existant et le nom de propriété 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 ( _
    declaringType As Type, _
    name As String _
)
public PropertyIdentifier(
    Type declaringType,
    string name
)
public:
PropertyIdentifier(
    Type^ declaringType, 
    String^ name
)
new : 
        declaringType:Type * 
        name:string -> PropertyIdentifier
public function PropertyIdentifier(
    declaringType : Type, 
    name : String
)

Paramètres

  • declaringType
    Type : System.Type
    Type sur lequel la propriété est déclarée.

Exceptions

Exception Condition
ArgumentNullException

declaringType ou name est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

PropertyIdentifier Structure

PropertyIdentifier, surcharge

Microsoft.Windows.Design.Metadata, espace de noms