Context.GetProperty(String) Metoda

Definicja

Zwraca określoną właściwość kontekstu określoną przez nazwę.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 virtual System::Runtime::Remoting::Contexts::IContextProperty ^ GetProperty(System::String ^ name);
public virtual System.Runtime.Remoting.Contexts.IContextProperty GetProperty (string name);
[System.Security.SecurityCritical]
public virtual System.Runtime.Remoting.Contexts.IContextProperty GetProperty (string name);
abstract member GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
override this.GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
[<System.Security.SecurityCritical>]
abstract member GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
override this.GetProperty : string -> System.Runtime.Remoting.Contexts.IContextProperty
Public Overridable Function GetProperty (name As String) As IContextProperty

Parametry

name
String

Nazwa właściwości.

Zwraca

IContextProperty

Określona właściwość kontekstu.

Atrybuty

Dotyczy