PropertyIdentifierCollection.Add, méthode (TypeIdentifier, String)
Ajoute un nouvel identificateur de propriété.
Espace de noms : Microsoft.Windows.Design.Model
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
typeIdentifier As TypeIdentifier, _
name As String _
)
public void Add(
TypeIdentifier typeIdentifier,
string name
)
public:
void Add(
TypeIdentifier typeIdentifier,
String^ name
)
member Add :
typeIdentifier:TypeIdentifier *
name:string -> unit
public function Add(
typeIdentifier : TypeIdentifier,
name : String
)
Paramètres
- typeIdentifier
Type : Microsoft.Windows.Design.Metadata.TypeIdentifier
Identificateur du type propriétaire de la propriété à ajouter.
- name
Type : System.String
Nom de la propriété à ajouter à la collection.
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.
Voir aussi
Référence
PropertyIdentifierCollection Classe
Microsoft.Windows.Design.Model, espace de noms