WebReference.Documents 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
웹 참조와 연결된 설명 문서의 컬렉션을 가져옵니다.
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 인스턴스를 초기화하는 데 사용되는 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 할 수 없습니다.