DiagramDragEventArgs.Prototype 属性

定义

获取与此拖动操作关联的元素组原型。 这存在于原始数据对象中,但作为单独的属性提供,因此单个客户端不必反序列化此数据。

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

属性值

ElementGroupPrototype

适用于