Sdílet prostřednictvím


AttributeCallbackBuilder.AddCustomAttributes – metoda (array<Attribute )

Tento nástroj přidá obsah dané atributy.

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

Syntaxe

'Deklarace
Public Sub AddCustomAttributes ( _
    ParamArray attributes As Attribute() _
)
public void AddCustomAttributes(
    params Attribute[] attributes
)
public:
void AddCustomAttributes(
    ... array<Attribute^>^ attributes
)
member AddCustomAttributes : 
        attributes:Attribute[] -> unit 
public function AddCustomAttributes(
    ... attributes : Attribute[]
)

Parametry

  • attributes
    Typ: array<System.Attribute[]
    Pole můžete přidat nové atributy.

Výjimky

Výjimka Podmínka
ArgumentNullException

attributesis nullodkaz Null (Nothing v jazyce Visual Basic).

Poznámky

Konflikty vyřešeny s poslední v wins strategie.

Příklady

Následující příklad kódu ukazuje, jak lze přidat pomocí atributu typu AttributeCallbackBuilder Třída Příklad kódu je součástí větší příklad stanovené AttributeCallbackBuilder Třída

callbackBuilder.AddCustomAttributes(
    new DefaultPropertyAttribute("Content"));

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AttributeCallbackBuilder Třída

AddCustomAttributes – přetížení

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

AttributeTableBuilder

AddCallback

AttributeTable