PropertyIdentifier, constructeur (TypeIdentifier, String)
Initialise une nouvelle instance de la classe PropertyIdentifier avec l'identificateur de 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 ( _
declaringTypeId As TypeIdentifier, _
name As String _
)
public PropertyIdentifier(
TypeIdentifier declaringTypeId,
string name
)
public:
PropertyIdentifier(
TypeIdentifier declaringTypeId,
String^ name
)
new :
declaringTypeId:TypeIdentifier *
name:string -> PropertyIdentifier
public function PropertyIdentifier(
declaringTypeId : TypeIdentifier,
name : String
)
Paramètres
- declaringTypeId
Type : Microsoft.Windows.Design.Metadata.TypeIdentifier
TypeIdentifier du type sur lequel la propriété est déclarée.
- name
Type : System.String
Nom de la propriété.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | name est nullune référence null (Nothing en Visual Basic). |
ArgumentNullException | declaringTypeId a été créé à l'aide d'un constructeur vide. |
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.