Udostępnij za pośrednictwem


CodeAttributeDeclaration.Arguments Właściwość

Definicja

Pobiera argumenty atrybutu.

public:
 property System::CodeDom::CodeAttributeArgumentCollection ^ Arguments { System::CodeDom::CodeAttributeArgumentCollection ^ get(); };
public System.CodeDom.CodeAttributeArgumentCollection Arguments { get; }
member this.Arguments : System.CodeDom.CodeAttributeArgumentCollection
Public ReadOnly Property Arguments As CodeAttributeArgumentCollection

Wartość właściwości

Element CodeAttributeArgumentCollection zawierający argumenty atrybutu.

Dotyczy

Zobacz też