다음을 통해 공유


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입니다.

적용 대상