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입니다.