Compartir a través de


NetMessagingTransportBindingElement.GetProperty<T> Método

Definición

Obtiene una propiedad de elemento de enlace específica.

public override T GetProperty<T> (System.ServiceModel.Channels.BindingContext context) where T : class;
override this.GetProperty : System.ServiceModel.Channels.BindingContext -> 'T (requires 'T : null)
Public Overrides Function GetProperty(Of T As Class) (context As BindingContext) As T

Parámetros de tipo

T

Parámetro de tipo genérico.

Parámetros

context
BindingContext

El contexto de enlace.

Devoluciones

T

La propiedad T

Excepciones

Se produce cuando el argumento es NULL.

Se aplica a