DragSourceContext.GetStoreId Method (ElementGroupPrototype)

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Shared Function GetStoreId ( _
    elementGroupPrototype As ElementGroupPrototype _
) As Guid
'使用
Dim elementGroupPrototype As ElementGroupPrototype
Dim returnValue As Guid

returnValue = DragSourceContext.GetStoreId(elementGroupPrototype)
public static Guid GetStoreId(
    ElementGroupPrototype elementGroupPrototype
)
public:
static Guid GetStoreId(
    ElementGroupPrototype^ elementGroupPrototype
)
public static function GetStoreId(
    elementGroupPrototype : ElementGroupPrototype
) : Guid

Parameters

Return Value

Type: System.Guid

Permissions

See Also

Reference

DragSourceContext Class

DragSourceContext Members

GetStoreId Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace