DiagramDocView.GetFindState Method

Not currently implemented.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: Object%

    Not currently implemented.

Return Value

Type: Int32
Not currently implemented.

Implements

IVsFindTarget.GetFindState(Object%)

.NET Framework Security

See Also

Reference

DiagramDocView Class

Microsoft.VisualStudio.Modeling.Shell Namespace