BaseEditorPane.IVsFindTarget.GetFindState Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function GetFindState ( _
<OutAttribute> ByRef ppunk As Object _
) As Integer Implements IVsFindTarget.GetFindState
'Usage
Dim instance As BaseEditorPane
Dim ppunk As Object
Dim returnValue As Integer
returnValue = CType(instance, IVsFindTarget).GetFindState(ppunk)
int IVsFindTarget.GetFindState(
out Object ppunk
)
private:
virtual int GetFindState(
[OutAttribute] Object^% ppunk
) sealed = IVsFindTarget::GetFindState
JScript does not support explicit interface implementations.
private abstract GetFindState :
ppunk:Object -> int
private override GetFindState :
ppunk:Object -> int
Parameters
- ppunk
Type: System.Object%
Return Value
Type: System.Int32
Implements
IVsFindTarget.GetFindState(Object%)
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace