Share via


Context.ContextProperties Eigenschaft

Definition

Ruft das Array von aktuellen Kontexteigenschaften ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 virtual property cli::array <System::Runtime::Remoting::Contexts::IContextProperty ^> ^ ContextProperties { cli::array <System::Runtime::Remoting::Contexts::IContextProperty ^> ^ get(); };
public virtual System.Runtime.Remoting.Contexts.IContextProperty[] ContextProperties { get; }
public virtual System.Runtime.Remoting.Contexts.IContextProperty[] ContextProperties { [System.Security.SecurityCritical] get; }
member this.ContextProperties : System.Runtime.Remoting.Contexts.IContextProperty[]
[<get: System.Security.SecurityCritical>]
member this.ContextProperties : System.Runtime.Remoting.Contexts.IContextProperty[]
Public Overridable ReadOnly Property ContextProperties As IContextProperty()

Eigenschaftswert

Das Array der aktuellen Kontexteigenschaften, andernfalls null, wenn der Kontext über keine ihm zugeordneten Eigenschaften verfügt.

Attribute

Gilt für: