DiagramDragEventArgs.Prototype Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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