ElementOperations.AddElementGroupFormat Method (IDataObject, ICollection<ModelElement>, ClosureType, Boolean)

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

Permissions

See Also

Reference

ElementOperations Class

ElementOperations Members

AddElementGroupFormat Overload

Microsoft.VisualStudio.Modeling Namespace