DiagramDocView.SetFindState Method
Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Function SetFindState ( _
pUnk As Object _
) As Integer
public int SetFindState(
Object pUnk
)
public:
virtual int SetFindState(
Object^ pUnk
) sealed
abstract SetFindState :
pUnk:Object -> int
override SetFindState :
pUnk:Object -> int
public final function SetFindState(
pUnk : Object
) : int
Parameters
pUnk
Type: ObjectNot currently implemented.
Return Value
Type: Int32
Not currently implemented.
Implements
IVsFindTarget.SetFindState(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.