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
- store
Type: Microsoft.VisualStudio.Modeling.Store
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.