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