Context.ContextProperties Свойство

Определение

Возвращает массив текущих свойств контекста.

Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.

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

Значение свойства

Текущий массив свойств контекста; в противном случае, null если у контекста нет свойств, атрибутов которых он имеет.

Атрибуты

Применяется к