Transform.PropagatedNamespaces 속성

정의

서명으로 전파되는 네임스페이스가 포함된 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

서명으로 전파되는 네임스페이스가 포함된 Hashtable 개체입니다.

특성

예외

PropagatedNamespaces 속성이 null로 설정된 경우

설명

XML 네임스페이스는 이름이 같은 문서의 여러 요소를 구분하는 데 사용됩니다.

속성의 PropagatedNamespaces 키는 Hashtable 네임스페이스 접두사이고 Hashtable 값은 네임스페이스 URI(Uniform Resource Identifiers)입니다.

PropagatedNamespaces 속성은 서명 계산 및 검사 중에 변환이 호출되기 전에 자동으로 설정됩니다.

적용 대상