更新 : 2007 年 11 月
この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間 : Microsoft.Office.Tools.Word.Contract
アセンブリ : Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll 内)
構文
'宣言
Sub OnLeave ( _
selection As IntPtr, _
oldNode As IntPtr, _
newNode As IntPtr, _
reason As Integer _
)
'使用
Dim instance As IXmlNodeCallbackContract
Dim selection As IntPtr
Dim oldNode As IntPtr
Dim newNode As IntPtr
Dim reason As Integer
instance.OnLeave(selection, oldNode, newNode, _
reason)
void OnLeave(
IntPtr selection,
IntPtr oldNode,
IntPtr newNode,
int reason
)
パラメータ
- selection
型 : System.IntPtr
- oldNode
型 : System.IntPtr
- newNode
型 : System.IntPtr
- reason
型 : System.Int32
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。