DiagramDocView.GetFindState Method
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaração
Public Function GetFindState ( _
<OutAttribute> ByRef state As Object _
) As Integer
public int GetFindState(
out Object state
)
public:
virtual int GetFindState(
[OutAttribute] Object^% state
) sealed
abstract GetFindState :
state:Object byref -> int
override GetFindState :
state:Object byref -> int
public final function GetFindState(
state : Object
) : int
Parameters
- state
Type: System.Object%
Not currently implemented.
Return Value
Type: System.Int32
Not currently implemented.
Implements
IVsFindTarget.GetFindState(Object%)
.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.