Share via


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

適用於