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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET