ComMethodElement Construtores

Definição

Inicializa uma nova instância da classe ComMethodElement.Initializes a new instance of the ComMethodElement class.

Sobrecargas

ComMethodElement()

Inicializa uma nova instância da classe ComMethodElement.Initializes a new instance of the ComMethodElement class.

ComMethodElement(String)

Inicializa uma nova instância da classe ComMethodElement com o método especificado.Initializes a new instance of the ComMethodElement class with the specified method.

ComMethodElement()

Inicializa uma nova instância da classe ComMethodElement.Initializes a new instance of the ComMethodElement class.

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

Aplica-se a

ComMethodElement(String)

Inicializa uma nova instância da classe ComMethodElement com o método especificado.Initializes a new instance of the ComMethodElement class with the specified method.

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)

Parâmetros

method
String

Um método COM+ exposto.A COM+ method exposed.

Aplica-se a