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包含自定义绑定中的绑定元素的元素。

适用于