Bookmark 클래스(2007 시스템)

업데이트: 2007년 11월

Bookmark 컨트롤은 고유한 이름이 있는 책갈피이며, 이벤트를 노출하고 데이터에 바인딩될 수 있습니다.

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

구문

<DefaultBindingPropertyAttribute("Text")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class Bookmark _
    Inherits RemoteBindableComponent _
    Implements ISupportInitializeControl, ISupportInitialize

Dim instance As Bookmark
[DefaultBindingPropertyAttribute("Text")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class Bookmark : RemoteBindableComponent, 
    ISupportInitializeControl, ISupportInitialize

설명

AddBookmark 메서드를 사용하여 책갈피를 문서 범위에 추가합니다.

상속 계층 구조

System.Object
  Microsoft.VisualStudio.Tools.Office.RemoteComponent
    Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent
      Microsoft.Office.Tools.Word.Bookmark

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Bookmark 멤버

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