DiagramDocView.GetFindState Method

Not currently implemented.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Function GetFindState ( _
    <OutAttribute> ByRef state As Object _
) As Integer
'使用
Dim instance As DiagramDocView
Dim state As Object
Dim returnValue As Integer

returnValue = instance.GetFindState(state)
public int GetFindState(
    out Object state
)
public:
virtual int GetFindState(
    [OutAttribute] Object^% state
) sealed
public final function GetFindState(
    state : Object
) : int

Parameters

Return Value

Type: System.Int32

Not currently implemented.

Implements

IVsFindTarget.GetFindState(Object%)

Permissions

See Also

Reference

DiagramDocView Class

DiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace