PropertyIdentifierCollection.Add, méthode (Type, 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 ( _
ownerType As Type, _
name As String _
)
public void Add(
Type ownerType,
string name
)
public:
void Add(
Type^ ownerType,
String^ name
)
member Add :
ownerType:Type *
name:string -> unit
public function Add(
ownerType : Type,
name : String
)
Paramètres
- ownerType
Type : System.Type
Type propriétaire de la propriété à ajouter.
- name
Type : System.String
Nom de la propriété à ajouter.
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