Język

ComMethodElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ComMethodElement.

Przeciążenia

Nazwa Opis
ComMethodElement()

Inicjuje nowe wystąpienie klasy ComMethodElement.

ComMethodElement(String)

Inicjuje nowe wystąpienie ComMethodElement klasy przy użyciu określonej metody.

ComMethodElement()

Inicjuje nowe wystąpienie klasy ComMethodElement.

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

Dotyczy

ComMethodElement(String)

Inicjuje nowe wystąpienie ComMethodElement klasy przy użyciu określonej metody.

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

Parametry

method
String

Uwidoczniona metoda COM+.

Dotyczy