Binding.GetProperty<T>(BindingParameterCollection) メソッド

定義

バインド スタックの適切な層から、要求のあった型指定されたオブジェクト (ある場合) を返します。

public:
generic <typename T>
 where T : class T GetProperty(System::ServiceModel::Channels::BindingParameterCollection ^ parameters);
public T GetProperty<T> (System.ServiceModel.Channels.BindingParameterCollection parameters) where T : class;
member this.GetProperty : System.ServiceModel.Channels.BindingParameterCollection -> 'T (requires 'T : null)
Public Function GetProperty(Of T As Class) (parameters As BindingParameterCollection) As T

型パラメーター

T

メソッドが照会している、型指定されたオブジェクト。

パラメーター

parameters
BindingParameterCollection

作成されるチャネル リスナーの要件を指定する BindingParameterCollection

戻り値

T

要求される型指定されたオブジェクト T がある場合は、そのオブジェクト。ない場合は null

注釈

その層が要求されたオブジェクトを返せる場合は、オブジェクトを返します。 それ以外の場合は、スタック内の次の層に呼び出しを代行させます。 スタックの最下位に達しても、要求されたオブジェクトをサポートする層がない場合、メソッドは、null を返します。

適用対象