Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This member is no longer used.
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 NotifyFindTarget ( _
notification As UInteger _
) As Integer
public int NotifyFindTarget(
uint notification
)
public:
virtual int NotifyFindTarget(
unsigned int notification
) sealed
abstract NotifyFindTarget :
notification:uint32 -> int
override NotifyFindTarget :
notification:uint32 -> int
public final function NotifyFindTarget(
notification : uint
) : int
Parameters
notification
Type: UInt32This member is no longer used.
Return Value
Type: Int32
This member is no longer used.
Implements
IVsFindTarget.NotifyFindTarget(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.