次の方法で共有


ActionBase.OnBeforeCaptionShow メソッド (2007 System)

更新 : 2007 年 11 月

この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間 :  Microsoft.Office.Tools
アセンブリ :  Microsoft.Office.Tools.Common.v9.0 (Microsoft.Office.Tools.Common.v9.0.dll 内)

構文

'宣言
Protected Friend Overridable Sub OnBeforeCaptionShow ( _
    text As String, _
    properties As ISmartTagProperties, _
    range As Object _
)
'使用
Dim text As String
Dim properties As ISmartTagProperties
Dim range As Object

Me.OnBeforeCaptionShow(text, properties, _
    range)
protected internal virtual void OnBeforeCaptionShow(
    string text,
    ISmartTagProperties properties,
    Object range
)

パラメータ

  • properties
    型 : ISmartTagProperties

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ActionBase クラス

ActionBase メンバ

Microsoft.Office.Tools 名前空間