DiagramDocView.Find 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 Find ( _
    pszSearch As String, _
    grfOptions As UInteger, _
    fResetStartPoint As Integer, _
    pHelper As IVsFindHelper, _
    <OutAttribute> ByRef pResult As UInteger _
) As Integer
'使用
Dim instance As DiagramDocView
Dim pszSearch As String
Dim grfOptions As UInteger
Dim fResetStartPoint As Integer
Dim pHelper As IVsFindHelper
Dim pResult As UInteger
Dim returnValue As Integer

returnValue = instance.Find(pszSearch, _
    grfOptions, fResetStartPoint, pHelper, _
    pResult)
public int Find(
    string pszSearch,
    uint grfOptions,
    int fResetStartPoint,
    IVsFindHelper pHelper,
    out uint pResult
)
public:
virtual int Find(
    String^ pszSearch, 
    unsigned int grfOptions, 
    int fResetStartPoint, 
    IVsFindHelper^ pHelper, 
    [OutAttribute] unsigned int% pResult
) sealed
public final function Find(
    pszSearch : String, 
    grfOptions : uint, 
    fResetStartPoint : int, 
    pHelper : IVsFindHelper, 
    pResult : uint
) : int

Parameters

  • fResetStartPoint
    Type: System.Int32

    Not currently implemented.

Return Value

Type: System.Int32

Not currently implemented.

Implements

IVsFindTarget.Find(String, UInt32, Int32, IVsFindHelper, UInt32%)

Permissions

See Also

Reference

DiagramDocView Class

DiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace