ElementGroupPrototype.CanCreateElementGroup Method (Store)

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

Syntax

'宣言
Public Function CanCreateElementGroup ( _
    store As Store _
) As Boolean
'使用
Dim instance As ElementGroupPrototype
Dim store As Store
Dim returnValue As Boolean

returnValue = instance.CanCreateElementGroup(store)
public bool CanCreateElementGroup(
    Store store
)
public:
bool CanCreateElementGroup(
    Store^ store
)
public function CanCreateElementGroup(
    store : Store
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

ElementGroupPrototype Class

ElementGroupPrototype Members

CanCreateElementGroup Overload

Microsoft.VisualStudio.Modeling Namespace