DragSourceContext.GetInitialPrimaryShapeId Method
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.
Overloads
GetInitialPrimaryShapeId(ElementGroup) |
Returns the Guid of the primary shape in the ElementGroupPototype. |
GetInitialPrimaryShapeId(ElementGroupPrototype) |
Returns the Guid of the primary shape in the ElementGroupPototype. |
GetInitialPrimaryShapeId(ElementGroup)
Returns the Guid of the primary shape in the ElementGroupPototype.
public:
static Guid GetInitialPrimaryShapeId(Microsoft::VisualStudio::Modeling::ElementGroup ^ elementGroup);
public static Guid GetInitialPrimaryShapeId (Microsoft.VisualStudio.Modeling.ElementGroup elementGroup);
static member GetInitialPrimaryShapeId : Microsoft.VisualStudio.Modeling.ElementGroup -> Guid
Public Shared Function GetInitialPrimaryShapeId (elementGroup As ElementGroup) As Guid
Parameters
- elementGroup
- ElementGroup
The ElementGroup where the DragSourceContext has been saved to.
Returns
The Guid of the primary shape in the ElementGroupPototype.
Applies to
GetInitialPrimaryShapeId(ElementGroupPrototype)
Returns the Guid of the primary shape in the ElementGroupPototype.
public:
static Guid GetInitialPrimaryShapeId(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ elementGroupPrototype);
public static Guid GetInitialPrimaryShapeId (Microsoft.VisualStudio.Modeling.ElementGroupPrototype elementGroupPrototype);
static member GetInitialPrimaryShapeId : Microsoft.VisualStudio.Modeling.ElementGroupPrototype -> Guid
Public Shared Function GetInitialPrimaryShapeId (elementGroupPrototype As ElementGroupPrototype) As Guid
Parameters
- elementGroupPrototype
- ElementGroupPrototype
The ElementGroupPrototype where the DragSourceContext has been saved to.
Returns
The Guid of the primary shape in the ElementGroupPototype.