Udostępnij przez


ComContractElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ComContractElement.

Przeciążenia

ComContractElement()

Inicjuje nowe wystąpienie klasy ComContractElement.

ComContractElement(String)

Inicjuje nowe wystąpienie klasy ComContractElement.

ComContractElement()

Inicjuje nowe wystąpienie klasy ComContractElement.

public:
 ComContractElement();
public ComContractElement ();
Public Sub New ()

Dotyczy

ComContractElement(String)

Inicjuje nowe wystąpienie klasy ComContractElement.

public:
 ComContractElement(System::String ^ contractType);
public ComContractElement (string contractType);
new System.ServiceModel.Configuration.ComContractElement : string -> System.ServiceModel.Configuration.ComContractElement
Public Sub New (contractType As String)

Parametry

contractType
String

Ciąg zawierający typ kontraktu.

Dotyczy