Aracılığıyla paylaş


ComMethodElement Oluşturucular

Tanım

ComMethodElement sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

ComMethodElement()

ComMethodElement sınıfının yeni bir örneğini başlatır.

ComMethodElement(String)

Belirtilen yöntemle sınıfının yeni bir örneğini ComMethodElement başlatır.

ComMethodElement()

ComMethodElement sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

ComMethodElement(String)

Belirtilen yöntemle sınıfının yeni bir örneğini ComMethodElement başlatır.

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)

Parametreler

method
String

Kullanıma sunulan bir COM+ yöntemi.

Şunlara uygulanır