PrivacyNoticeElement.InitializeFrom(BindingElement) 方法
定义
使用指定绑定元素的内容来初始化此绑定配置元素。Initializes this binding configuration element with the content of the specified binding element.
protected public:
override void InitializeFrom(System::ServiceModel::Channels::BindingElement ^ bindingElement);
protected internal override void InitializeFrom (System.ServiceModel.Channels.BindingElement bindingElement);
override this.InitializeFrom : System.ServiceModel.Channels.BindingElement -> unit
Protected Friend Overrides Sub InitializeFrom (bindingElement As BindingElement)
参数
- bindingElement
- BindingElement
一个绑定元素。A binding element.