ServiceDocument 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스 문서를 캡슐화합니다.
public ref class ServiceDocument sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ServiceDocument final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ServiceDocument
Public NotInheritable Class ServiceDocument
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
AttributeExtensions |
요소의 특성 목록을 가져옵니다. |
BaseUri |
요소에 대한 URI(Uniform Resource Identifier)를 가져오거나 설정합니다. 이 속성은 요소의 xml:base 특성을 나타냅니다. 상위 요소에서 상속될 수 있습니다. |
ElementExtensions |
요소 내의 자식 요소 목록을 가져옵니다. |
Language |
요소의 언어를 가져오거나 설정합니다. 이 속성은 요소의 xml:lang 특성을 나타냅니다. 상위 요소에서 상속될 수 있습니다. XML 1.0에 따라 유효해야 합니다. |
NodeName |
요소의 로컬 이름을 가져오거나 설정합니다. XML 1.0에 따라 유효해야 합니다. |
NodeNamespace |
요소의 네임스페이스를 가져오거나 설정합니다. |
NodeValue |
요소의 텍스트 콘텐츠를 가져오거나 설정합니다. 요소에 자식 요소만 포함된 경우 이 특성은 NULL입니다. |
Workspaces |
서비스 문서에서 app:workspace 요소의 컬렉션을 가져옵니다. |
메서드
GetXmlDocument(SyndicationFormat) |
이 요소를 나타내는 DOM 개체와 외세의 태그를 포함한 모든 특성 및 자식 요소를 생성합니다. |