Compartir a través de


Context.GetProperty(String) Método

Definición

Devuelve una propiedad de contexto concreta, especificada por el nombre.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

name
String

Nombre de la propiedad.

Devoluciones

IContextProperty

Propiedad de contexto especificada.

Atributos

Se aplica a