Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the sorter of the node to use the comparison functionality of the schema manager.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overridable Sub NodeCreated ( _
node As ISchemaModelViewerNode _
)
protected virtual void NodeCreated(
ISchemaModelViewerNode node
)
protected:
virtual void NodeCreated(
ISchemaModelViewerNode^ node
)
abstract NodeCreated :
node:ISchemaModelViewerNode -> unit
override NodeCreated :
node:ISchemaModelViewerNode -> unit
protected function NodeCreated(
node : ISchemaModelViewerNode
)
Parameters
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
New node.
Remarks
The resulting sort will be ascending.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace