DiscoveryDocumentReference Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
DiscoveryDocumentReference()

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

DiscoveryDocumentReference(String)

özelliğini değerine DiscoveryDocumentReferenceayarlayarak Ref sınıfının yeni bir örneğini href başlatır.

DiscoveryDocumentReference()

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

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

Örnekler

// Create a new instance of DiscoveryDocumentReference.
DiscoveryDocumentReference^ myDiscoveryDocumentReference = gcnew DiscoveryDocumentReference;
// Create a new instance of DiscoveryDocumentReference.
DiscoveryDocumentReference myDiscoveryDocumentReference =
    new DiscoveryDocumentReference();
' Create a new instance of DiscoveryDocumentReference.
Dim myDiscoveryDocumentReference As _
    New DiscoveryDocumentReference()

Şunlara uygulanır

DiscoveryDocumentReference(String)

özelliğini değerine DiscoveryDocumentReferenceayarlayarak Ref sınıfının yeni bir örneğini href başlatır.

public:
 DiscoveryDocumentReference(System::String ^ href);
public DiscoveryDocumentReference(string href);
new System.Web.Services.Discovery.DiscoveryDocumentReference : string -> System.Web.Services.Discovery.DiscoveryDocumentReference
Public Sub New (href As String)

Parametreler

href
String

Bulma belgesine başvuru. Ref özelliği değerine hrefayarlanır.

Örnekler

DiscoveryDocumentReference^ myDiscoveryDocumentReference = 
   gcnew DiscoveryDocumentReference( 
   "http://localhost/Sample_cpp.disco" );
DiscoveryDocumentReference myDiscoveryDocumentReference =
    new DiscoveryDocumentReference(
    "http://localhost/Sample_cs.disco");
Dim myDiscoveryDocumentReference As New _
    DiscoveryDocumentReference("http://localhost/Sample_vb.disco")

Şunlara uygulanır