Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Overridable Sub AddElementGroupFormat ( _
data As IDataObject, _
elements As ICollection(Of ModelElement), _
closureType As ClosureType _
)
'使用
Dim data As IDataObject
Dim elements As ICollection(Of ModelElement)
Dim closureType As ClosureType
Me.AddElementGroupFormat(data, elements, _
closureType)
protected virtual void AddElementGroupFormat(
IDataObject data,
ICollection<ModelElement> elements,
ClosureType closureType
)
protected:
virtual void AddElementGroupFormat(
IDataObject^ data,
ICollection<ModelElement^>^ elements,
ClosureType closureType
)
protected function AddElementGroupFormat(
data : IDataObject,
elements : ICollection<ModelElement>,
closureType : ClosureType
)
Parameters
- data
Type: System.Windows.Forms.IDataObject
- elements
Type: System.Collections.Generic.ICollection<ModelElement>
- closureType
Type: Microsoft.VisualStudio.Modeling.ClosureType
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.