다음을 통해 공유


WebReference.Documents 속성

정의

웹 참조와 연결된 설명 문서의 컬렉션을 가져옵니다.

public:
 property System::Web::Services::Discovery::DiscoveryClientDocumentCollection ^ Documents { System::Web::Services::Discovery::DiscoveryClientDocumentCollection ^ get(); };
public System.Web.Services.Discovery.DiscoveryClientDocumentCollection Documents { get; }
member this.Documents : System.Web.Services.Discovery.DiscoveryClientDocumentCollection
Public ReadOnly Property Documents As DiscoveryClientDocumentCollection

속성 값

DiscoveryClientDocumentCollection

DiscoveryClientDocumentCollection 인스턴스를 초기화하는 데 사용되는 WebReference입니다.

예제

다음 코드 예제에서는이 속성의 사용을 보여 줍니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 WebReference 클래스입니다.

// Print some information about the web reference.
Console.WriteLine("Base Url = {0}", reference.AppSettingBaseUrl);
Console.WriteLine("Url Key = {0}", reference.AppSettingUrlKey);
Console.WriteLine("Documents = {0}", reference.Documents.Count);

설명

웹 참조와 연결된 설명 문서 컬렉션에는 개체만 ServiceDescription XmlSchema 포함되어야 합니다. 메서드는 개체를 GenerateWebReferences 해석 DiscoveryDocument 할 수 없습니다.

적용 대상