Share via


DiagramDragEventArgs.Prototype Property

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

Syntax

'Declaration
Public ReadOnly Property Prototype As ElementGroupPrototype
'Usage
Dim instance As DiagramDragEventArgs 
Dim value As ElementGroupPrototype 

value = instance.Prototype
public ElementGroupPrototype Prototype { get; }
public:
property ElementGroupPrototype^ Prototype {
    ElementGroupPrototype^ get ();
}
public function get Prototype () : ElementGroupPrototype

Property Value

Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype

.NET Framework Security

See Also

Reference

DiagramDragEventArgs Class

DiagramDragEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace