Share via


PrivacyNoticeBindingElement コンストラクター

定義

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

適用対象