SchemaModelViewerControllerBaseInternal.ModelChanged Method
Processes a ModelChanged event.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides Sub ModelChanged ( _
changes As IList(Of Tuple) _
)
protected override void ModelChanged(
IList<Tuple> changes
)
protected:
virtual void ModelChanged(
IList<Tuple^>^ changes
) override
abstract ModelChanged :
changes:IList<Tuple> -> unit
override ModelChanged :
changes:IList<Tuple> -> unit
protected override function ModelChanged(
changes : IList<Tuple>
)
Parameters
- changes
Type: System.Collections.Generic.IList<Tuple<T1, T2>>
Remarks
For each change, a virtual method is called to process that change. The model element is passed to that method.
.NET Framework Security
- 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.
See Also
Reference
SchemaModelViewerControllerBaseInternal Class
SchemaModelViewerControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace