DiagramDragEventArgs.Prototype Property

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

Syntax

'宣言
Public ReadOnly Property Prototype As ElementGroupPrototype
'使用
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

Permissions

See Also

Reference

DiagramDragEventArgs Class

DiagramDragEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace