ContentControl.XMLMapping 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 지정 XML 부분에서 ContentControl 및 요소 사이의 바인딩을 나타내는 XMLMapping을 가져옵니다.
public:
property Microsoft::Office::Interop::Word::XMLMapping ^ XMLMapping { Microsoft::Office::Interop::Word::XMLMapping ^ get(); };
public Microsoft.Office.Interop.Word.XMLMapping XMLMapping { get; }
member this.XMLMapping : Microsoft.Office.Interop.Word.XMLMapping
Public ReadOnly Property XMLMapping As XMLMapping
속성 값
사용자 지정 XML 부분에서 ContentControl 및 요소 사이의 바인딩을 나타내는 개체입니다.
예외
속성의 Type 값은 Microsoft.Office.Interop.Word. WdContentControlType.wdContentControlBuildingBlockGallery, Microsoft.Office.Interop. Word. WdContentControlType.wdContentControlGroup 또는 Microsoft.Office.Interop. Word. WdContentControlType.wdContentControlRichText.
설명
사용 하 XMLMapping 여는 문서에 포함 된 XML (사용자 지정 XML 부분이라고도 함)의 요소에 바인딩 ContentControl 할 속성입니다. 자세한 내용은 콘텐츠 컨트롤 및사용자 지정 XML 파트 개요를 참조하세요.
문서 블록 갤러리 컨트롤, 그룹 컨트롤 및 서식 있는 텍스트 컨트롤을 사용자 지정 XML 파트에 바인딩할 수 없습니다.