ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
チャネル スタックの適切な層から、要求のあった型指定されたオブジェクト (ある場合) を返します。
generic <typename TProperty>
where TProperty : class virtual TProperty System.ServiceModel.Channels.IChannel.GetProperty() = System::ServiceModel::Channels::IChannel::GetProperty;
TProperty IChannel.GetProperty<TProperty> () where TProperty : class;
abstract member System.ServiceModel.Channels.IChannel.GetProperty : unit -> 'Property (requires 'Property : null)
override this.System.ServiceModel.Channels.IChannel.GetProperty : unit -> 'Property (requires 'Property : null)
Function GetProperty(Of TProperty As Class) () As TProperty Implements IChannel.GetProperty
型パラメーター
- TProperty
メソッドが照会している型オブジェクト。
戻り値
- TProperty
要求のあった型指定されたオブジェクト T が存在する場合は、そのオブジェクト。存在しない場合は、null。