次の方法で共有


ConnectionOrientedTransportBindingElement.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

バインド スタックのオブジェクト (存在する場合)、または見つからない場合は null。

適用対象