DiagramDocView.Find – metoda
Není aktuálně implementováno.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- pszSearch
Typ: System.String
Není aktuálně implementováno.
- grfOptions
Typ: System.UInt32
Není aktuálně implementováno.
- fResetStartPoint
Typ: System.Int32
Není aktuálně implementováno.
- pHelper
Typ: Microsoft.VisualStudio.TextManager.Interop.IVsFindHelper
Není aktuálně implementováno.
- pResult
Typ: System.UInt32%
Není aktuálně implementováno.
Vrácená hodnota
Typ: System.Int32
Není aktuálně implementováno.
Implementuje
IVsFindTarget.Find(String, UInt32, Int32, IVsFindHelper, UInt32%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.