次の方法で共有


WSTrustChannel.GetProperty<T> メソッド

定義

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

public:
generic <typename T>
 where T : class virtual T GetProperty();
public T GetProperty<T> () where T : class;
abstract member GetProperty : unit -> 'T (requires 'T : null)
override this.GetProperty : unit -> 'T (requires 'T : null)
Public Function GetProperty(Of T As Class) () As T

型パラメーター

T

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

戻り値

T

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

実装

適用対象