CustomBinding.Elements 属性

定义

从自定义绑定获取绑定元素。

public:
 property System::ServiceModel::Channels::BindingElementCollection ^ Elements { System::ServiceModel::Channels::BindingElementCollection ^ get(); };
public System.ServiceModel.Channels.BindingElementCollection Elements { get; }
member this.Elements : System.ServiceModel.Channels.BindingElementCollection
Public ReadOnly Property Elements As BindingElementCollection

属性值

一个包含自定义绑定中的绑定元素的 BindingElementCollection

适用于