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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.