ComMethodElement Konstruktory

Definice

Inicializuje novou instanci ComMethodElement třídy.

Přetížení

ComMethodElement()

Inicializuje novou instanci ComMethodElement třídy.

ComMethodElement(String)

Inicializuje novou instanci ComMethodElement třídy se specifikovanou metodou.

ComMethodElement()

Inicializuje novou instanci ComMethodElement třídy.

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

Platí pro

ComMethodElement(String)

Inicializuje novou instanci ComMethodElement třídy se specifikovanou metodou.

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

Vystavení metody COM+.

Platí pro