DiagramDocView.GetFindState Method
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
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.