Context.ContextProperties Eigenschap

Definitie

Hiermee haalt u de matrix van de huidige contexteigenschappen op.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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()

Waarde van eigenschap

De huidige contexteigenschappenmatrix; anders, null als de context geen eigenschappen heeft die aan de context zijn toegeschreven.

Kenmerken

Van toepassing op