Partager via


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.

Sécurité .NET Framework

Voir aussi

Référence

PropertyIdentifierCollection Classe

Add, surcharge

Microsoft.Windows.Design.Model, espace de noms

Autres ressources

Architecture de l'extensibilité du Concepteur WPF