Поделиться через


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.

Атрибуты

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