IXmlNodeCallbackContract.OnDeselect Method
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Word.Contract
Assembly: Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll)
Syntax
'Declaration
Sub OnDeselect ( _
selection As IntPtr, _
oldNode As IntPtr, _
newNode As IntPtr, _
reason As Integer _
)
'Usage
Dim instance As IXmlNodeCallbackContract
Dim selection As IntPtr
Dim oldNode As IntPtr
Dim newNode As IntPtr
Dim reason As Integer
instance.OnDeselect(selection, oldNode, _
newNode, reason)
void OnDeselect(
IntPtr selection,
IntPtr oldNode,
IntPtr newNode,
int reason
)
Parameters
- selection
Type: System.IntPtr
- oldNode
Type: System.IntPtr
- newNode
Type: System.IntPtr
- reason
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IXmlNodeCallbackContract Interface