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.
Selects and expands the project node.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub SelectAndExpandProjectNode ( _
node As IDatabaseProjectNode _
)
void SelectAndExpandProjectNode(
IDatabaseProjectNode node
)
void SelectAndExpandProjectNode(
IDatabaseProjectNode^ node
)
abstract SelectAndExpandProjectNode :
node:IDatabaseProjectNode -> unit
function SelectAndExpandProjectNode(
node : IDatabaseProjectNode
)
Parameters
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectNode
Project node to expand.
.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