Not currently implemented.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Function SetFindState ( _
pUnk As Object _
) As Integer
'使用
Dim instance As DiagramDocView
Dim pUnk As Object
Dim returnValue As Integer
returnValue = instance.SetFindState(pUnk)
public int SetFindState(
Object pUnk
)
public:
virtual int SetFindState(
Object^ pUnk
) sealed
public final function SetFindState(
pUnk : Object
) : int
Parameters
pUnk
Type: System.ObjectNot currently implemented.
Return Value
Type: System.Int32
Not currently implemented.
Implements
IVsFindTarget.SetFindState(Object)
Permissions
- 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.