ElementOperations.OnElementsReconstituted Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Protected Overridable Sub OnElementsReconstituted ( _
    e As MergeElementGroupEventArgs _
)
'使用
Dim e As MergeElementGroupEventArgs

Me.OnElementsReconstituted(e)
protected virtual void OnElementsReconstituted(
    MergeElementGroupEventArgs e
)
protected:
virtual void OnElementsReconstituted(
    MergeElementGroupEventArgs^ e
)
protected function OnElementsReconstituted(
    e : MergeElementGroupEventArgs
)

Parameters

Permissions

See Also

Reference

ElementOperations Class

ElementOperations Members

Microsoft.VisualStudio.Modeling Namespace