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.
- name
Type : System.String
Nom de la propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | declaringType ou name est nullune référence null (Nothing en Visual Basic). |
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.