DiagramDragEventArgs.Prototype 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此拖动操作关联的元素组原型。 这存在于原始数据对象中,但作为单独的属性提供,因此单个客户端不必反序列化此数据。
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