DropTargetFeedback Constructor

Initializes a new instance of the DropTargetFeedback class.

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

Syntax

'Declaration
Public Sub New ( _
    activeView As DiagramClientView _
)
public DropTargetFeedback(
    DiagramClientView activeView
)
public:
DropTargetFeedback(
    DiagramClientView^ activeView
)
new : 
        activeView:DiagramClientView -> DropTargetFeedback
public function DropTargetFeedback(
    activeView : DiagramClientView
)

Parameters

.NET Framework Security

See Also

Reference

DropTargetFeedback Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace