ContentControl.BuildingBlockType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
빌딩 블록 갤러리를 나타내는 ContentControl에 표시되는 빌딩 블록의 형식을 가져오거나 설정합니다.
public:
property Microsoft::Office::Interop::Word::WdBuildingBlockTypes BuildingBlockType { Microsoft::Office::Interop::Word::WdBuildingBlockTypes get(); void set(Microsoft::Office::Interop::Word::WdBuildingBlockTypes value); };
public Microsoft.Office.Interop.Word.WdBuildingBlockTypes BuildingBlockType { get; set; }
member this.BuildingBlockType : Microsoft.Office.Interop.Word.WdBuildingBlockTypes with get, set
Public Property BuildingBlockType As WdBuildingBlockTypes
속성 값
컨트롤에 표시되는 빌딩 블록의 형식입니다.
예외
이 속성은 에 표시할 수 없는 문서 블록 범주를 식별하는 ContentControlMicrosoft.Office.Interop.Word.WdBuildingBlockTypes 값으로 설정됩니다.
설명
이 속성은 의 속성 ContentControl 에 값Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlBuildingBlockGallery
이 Type 있는 경우에만 사용됩니다. 그렇지 않으면 이 속성은 아무 것도 수행하지 않습니다.
모든 구성 요소는 갤러리 및 범주에 속합니다. 사용 하 여는 BuildingBlockType 속성에 표시할 구성 요소의 갤러리를 지정 합니다 ContentControl.
은 ContentControl 구성 요소의 특정 갤러리만 표시할 수 있습니다. 속성은 BuildingBlockType 다음 Microsoft.Office.Interop.Word.WdBuildingBlockTypes
값으로만 설정할 수 있습니다.
wdTypeAutoText
wdTypeCustom1
wdTypeCustom2
wdTypeCustom3
wdTypeCustom4
wdTypeCustom5
wdTypeCustomAutoText
wdTypeCustomEquations
wdTypeCustomQuickParts
wdTypeCustomTables
wdTypeEquations
wdTypeQuickParts
wdTypeTables
에 의해 표시되는 구성 요소의 범주를 ContentControl지정하려면 속성을 사용합니다 BuildingBlockCategory .