DiagramDocView.Find Method
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
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
)
public:
virtual int Find(
String^ pszSearch,
unsigned int grfOptions,
int fResetStartPoint,
IVsFindHelper^ pHelper,
[OutAttribute] unsigned int% pResult
) sealed
abstract Find :
pszSearch:string *
grfOptions:uint32 *
fResetStartPoint:int *
pHelper:IVsFindHelper *
pResult:uint32 byref -> int
override Find :
pszSearch:string *
grfOptions:uint32 *
fResetStartPoint:int *
pHelper:IVsFindHelper *
pResult:uint32 byref -> int
public final function Find(
pszSearch : String,
grfOptions : uint,
fResetStartPoint : int,
pHelper : IVsFindHelper,
pResult : uint
) : int
Parameters
pszSearch
Type: System.StringNot currently implemented.
grfOptions
Type: System.UInt32Not currently implemented.
fResetStartPoint
Type: System.Int32Not currently implemented.
pHelper
Type: Microsoft.VisualStudio.TextManager.Interop.IVsFindHelperNot currently implemented.
pResult
Type: System.UInt32%Not currently implemented.
Return Value
Type: System.Int32
Not currently implemented.
Implements
IVsFindTarget.Find(String, UInt32, Int32, IVsFindHelper, UInt32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.