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

属性值

包含终结点的绑定元素的 A BindingElementCollection

适用于