PolicyConversionContext.BindingElements 属性

定义

获取实现策略断言的自定义绑定元素所要添加到的绑定元素的集合。

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

属性值

一个包含终结点的绑定元素的 BindingElementCollection

适用于