Sdílet prostřednictvím


PropertyIdentifierCollection.Add – metoda (Type, String)

Přidá nový identifikátor vlastnosti.

Obor názvů:  Microsoft.Windows.Design.Model
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Parametry

  • ownerType
    Typ: System.Type
    Vlastnící typ vlastnosti přidat.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyIdentifierCollection Třída

Add – přetížení

Microsoft.Windows.Design.Model – obor názvů

Další zdroje

WPF Designer Extensibility Architecture