Sdílet prostřednictvím


Context.GetProperty(String) Metoda

Definice

Vrátí konkrétní kontextovou vlastnost určenou názvem.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Název vlastnosti

Návraty

IContextProperty

Zadaná vlastnost kontextu.

Atributy

Platí pro