Share via


DiagramDragEventArgs.Prototype Property

Definition

Gets the element group prototype associated with this drag operation. This exists within the raw data object, but is provided as a separate property so that individual clients do not have to deserialize this themselves.

public:
 property Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ Prototype { Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ get(); };
public Microsoft.VisualStudio.Modeling.ElementGroupPrototype Prototype { get; }
member this.Prototype : Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public ReadOnly Property Prototype As ElementGroupPrototype

Property Value

Applies to