다음을 통해 공유


ContentControl.BuildingBlockType 속성

빌딩 블록 갤러리를 나타내는 ContentControl에 표시되는 빌딩 블록의 형식을 가져오거나 설정합니다.

네임스페이스:  Microsoft.Office.Tools.Word
어셈블리:  Microsoft.Office.Tools.Word(Microsoft.Office.Tools.Word.dll)

구문

‘선언
Property BuildingBlockType As WdBuildingBlockTypes
    Get
    Set
WdBuildingBlockTypes BuildingBlockType { get; set; }

속성 값

형식: Microsoft.Office.Interop.Word.WdBuildingBlockTypes
컨트롤에 표시되는 빌딩 블록의 형식입니다.

예외

예외 상황
COMException

이 속성은 ContentControl에 표시할 수 없는 문서 블록 범주를 식별하는 Microsoft.Office.Interop.Word.WdBuildingBlockTypes 값으로 설정됩니다.

설명

이 속성은 ContentControlType 속성 값이 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlBuildingBlockGallery인 경우에만 사용할 수 있습니다. 그렇지 않으면 이 속성은 아무 역할도 하지 않습니다.

모든 문서 블록은 하나의 갤러리와 하나의 범주에 속합니다. BuildingBlockType에 표시할 문서 블록 갤러리를 지정하려면 ContentControl 속성을 사용합니다.

ContentControl은 일부 문서 블록 갤러리만 표시할 수 있습니다. BuildingBlockType 속성은 다음 Microsoft.Office.Interop.Word.WdBuildingBlockTypes 값으로만 설정할 수 있습니다.

  • wdTypeAutoText

  • wdTypeCustom1

  • wdTypeCustom2

  • wdTypeCustom3

  • wdTypeCustom4

  • wdTypeCustom5

  • wdTypeCustomAutoText

  • wdTypeCustomEquations

  • wdTypeCustomQuickParts

  • wdTypeCustomTables

  • wdTypeEquations

  • wdTypeQuickParts

  • wdTypeTables

ContentControl에 표시되는 문서 블록의 범주를 지정하려면 BuildingBlockCategory 속성을 사용합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

ContentControl 인터페이스

Microsoft.Office.Tools.Word 네임스페이스