Transform.PropagatedNamespaces 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서명으로 전파되는 네임스페이스가 포함된 Hashtable 개체를 가져오거나 설정합니다.
public:
property System::Collections::Hashtable ^ PropagatedNamespaces { System::Collections::Hashtable ^ get(); };
public System.Collections.Hashtable PropagatedNamespaces { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Collections.Hashtable PropagatedNamespaces { get; }
member this.PropagatedNamespaces : System.Collections.Hashtable
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.PropagatedNamespaces : System.Collections.Hashtable
Public ReadOnly Property PropagatedNamespaces As Hashtable
속성 값
서명으로 전파되는 네임스페이스가 포함된 Hashtable 개체입니다.
- 특성
예외
PropagatedNamespaces 속성이 null
로 설정된 경우
설명
XML 네임스페이스는 이름이 같은 문서의 여러 요소를 구분하는 데 사용됩니다.
속성의 PropagatedNamespaces 키는 Hashtable 네임스페이스 접두사이고 Hashtable 값은 네임스페이스 URI(Uniform Resource Identifiers)입니다.
이 PropagatedNamespaces 속성은 서명 계산 및 검사 중에 변환이 호출되기 전에 자동으로 설정됩니다.