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.
Updates the user interface to reflect the rename.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub ProjectNodeRenamed ( _
projectNode As IDatabaseProjectNode _
)
void ProjectNodeRenamed(
IDatabaseProjectNode projectNode
)
void ProjectNodeRenamed(
IDatabaseProjectNode^ projectNode
)
abstract ProjectNodeRenamed :
projectNode:IDatabaseProjectNode -> unit
function ProjectNodeRenamed(
projectNode : IDatabaseProjectNode
)
Parameters
- projectNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Project node that was renamed.
.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