DiagramDocView.NotifyFindTarget Method

This member is no longer used.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Function NotifyFindTarget ( _
    notification As UInteger _
) As Integer
'使用
Dim instance As DiagramDocView
Dim notification As UInteger
Dim returnValue As Integer

returnValue = instance.NotifyFindTarget(notification)
public int NotifyFindTarget(
    uint notification
)
public:
virtual int NotifyFindTarget(
    unsigned int notification
) sealed
public final function NotifyFindTarget(
    notification : uint
) : int

Parameters

  • notification
    Type: System.UInt32

    This member is no longer used.

Return Value

Type: System.Int32

This member is no longer used.

Implements

IVsFindTarget.NotifyFindTarget(UInt32)

Permissions

See Also

Reference

DiagramDocView Class

DiagramDocView Members

Microsoft.VisualStudio.Modeling.Shell Namespace