ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kanal yığınındaki uygun katmandan varsa, istenen türüne sahip bir nesne döndürür.
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
Tür Parametreleri
- TProperty
Yönteminin sorguladığı tür nesnesi.
Döndürülenler
- TProperty
T türündeki nesne varsa istenen nesne veya yoksa null.