PrivacyNoticeBindingElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PrivacyNoticeBindingElement 類別的新執行個體。
多載
PrivacyNoticeBindingElement() |
初始化 PrivacyNoticeBindingElement 類別的新執行個體。 |
PrivacyNoticeBindingElement(PrivacyNoticeBindingElement) |
從現有的項目初始化 PrivacyNoticeBindingElement 類別的新執行個體。 |
PrivacyNoticeBindingElement()
初始化 PrivacyNoticeBindingElement 類別的新執行個體。
public:
PrivacyNoticeBindingElement();
public PrivacyNoticeBindingElement ();
Public Sub New ()
適用於
PrivacyNoticeBindingElement(PrivacyNoticeBindingElement)
從現有的項目初始化 PrivacyNoticeBindingElement 類別的新執行個體。
public:
PrivacyNoticeBindingElement(System::ServiceModel::Channels::PrivacyNoticeBindingElement ^ elementToBeCloned);
public PrivacyNoticeBindingElement (System.ServiceModel.Channels.PrivacyNoticeBindingElement elementToBeCloned);
new System.ServiceModel.Channels.PrivacyNoticeBindingElement : System.ServiceModel.Channels.PrivacyNoticeBindingElement -> System.ServiceModel.Channels.PrivacyNoticeBindingElement
Public Sub New (elementToBeCloned As PrivacyNoticeBindingElement)
參數
- elementToBeCloned
- PrivacyNoticeBindingElement
用來初始化新項目的 PrivacyNoticeBindingElement。