Partilhar via


Método DiagramDocView.Find

Ainda não implementado.

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

Sintaxe

'Declaração
Public Function Find ( _
    pszSearch As String, _
    grfOptions As UInteger, _
    fResetStartPoint As Integer, _
    pHelper As IVsFindHelper, _
    <OutAttribute> ByRef pResult As UInteger _
) As Integer
public int Find(
    string pszSearch,
    uint grfOptions,
    int fResetStartPoint,
    IVsFindHelper pHelper,
    out uint pResult
)

Parâmetros

  • fResetStartPoint
    Tipo: System.Int32
    Ainda não implementado.

Valor de retorno

Tipo: System.Int32
Ainda não implementado.

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

DiagramDocView Classe

Namespace Microsoft.VisualStudio.Modeling.Shell