Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Overridable Function CanAddElementGroupFormat ( _
elements As ICollection(Of ModelElement), _
closureType As ClosureType _
) As Boolean
'使用
Dim elements As ICollection(Of ModelElement)
Dim closureType As ClosureType
Dim returnValue As Boolean
returnValue = Me.CanAddElementGroupFormat(elements, _
closureType)
protected virtual bool CanAddElementGroupFormat(
ICollection<ModelElement> elements,
ClosureType closureType
)
protected:
virtual bool CanAddElementGroupFormat(
ICollection<ModelElement^>^ elements,
ClosureType closureType
)
protected function CanAddElementGroupFormat(
elements : ICollection<ModelElement>,
closureType : ClosureType
) : boolean
Parameters
- elements
Type: System.Collections.Generic.ICollection<ModelElement>
- closureType
Type: Microsoft.VisualStudio.Modeling.ClosureType
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.