PrivacyNoticeBindingElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PrivacyNoticeBindingElement.
Przeciążenia
PrivacyNoticeBindingElement() |
Inicjuje nowe wystąpienie klasy PrivacyNoticeBindingElement. |
PrivacyNoticeBindingElement(PrivacyNoticeBindingElement) |
Inicjuje PrivacyNoticeBindingElement nowe wystąpienie klasy z istniejącego elementu. |
PrivacyNoticeBindingElement()
Inicjuje nowe wystąpienie klasy PrivacyNoticeBindingElement.
public:
PrivacyNoticeBindingElement();
public PrivacyNoticeBindingElement ();
Public Sub New ()
Dotyczy
PrivacyNoticeBindingElement(PrivacyNoticeBindingElement)
Inicjuje PrivacyNoticeBindingElement nowe wystąpienie klasy z istniejącego elementu.
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)
Parametry
- elementToBeCloned
- PrivacyNoticeBindingElement
Element PrivacyNoticeBindingElement używany do inicjowania nowego elementu.