次の方法で共有


NetMessagingTransportBindingElement.GetProperty<T> メソッド

定義

特定のバインド要素プロパティを取得します。

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

型パラメーター

T

ジェネリック型パラメーター。

パラメーター

context
BindingContext

バインド コンテキスト。

戻り値

T

プロパティ T

例外

引数 null の場合にスローされます。

適用対象