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
- 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.