Bookmark クラス (2007 System)
更新 : 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) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。