Metodo PropertyIdentifierCollection.Add (Type, String)

Aggiunge un nuovo identificatore di proprietà.

Spazio dei nomi:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • ownerType
    Tipo: System.Type
    Tipo proprietario della proprietà da aggiungere.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyIdentifierCollection Classe

Overload Add

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF