IDatabaseNode Interface
Represents a node in Solution Explorer. It can be a IDatabaseProjectNode, IDatabaseReferenceNode, IDatabaseProjectPropertiesFolderNode, IDatabaseFolderNode, or IDatabaseFileNode.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseNode
[CLSCompliantAttribute(false)]
public interface IDatabaseNode
[CLSCompliantAttribute(false)]
public interface class IDatabaseNode
[<CLSCompliantAttribute(false)>]
type IDatabaseNode = interface end
public interface IDatabaseNode
The IDatabaseNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caption | Gets the caption that is displayed in Solution Explorer. | |
Children | Gets the list of child nodes for this node. | |
DirectoryName | Gets the directory location for this node. | |
Id | Gets the unique identifier for this node in Solution Explorer. | |
IsImported | Gets a value that indicates whether this node is to be imported into the project. | |
IsNonMemberItem | Gets a value that indicates whether this item is a non-member item of the project. | |
NodeProperties | Gets the properties that are associated with this node. | |
ParentNode | Gets the parent for this node. | |
ProjectManager | Gets the top-level root node for this particular node. | |
Url | Gets the full path of this node on disk. |
Top
Methods
Name | Description | |
---|---|---|
GetCustomMetadata | Returns the custom metadata for this node. | |
GetItemAttribute | Returns the metadata for this item in the project file. This call is just a convenience to GetItemAttribute. | |
GetProperty | Returns a Visual Studio Integration Partner (VSIP) property, such as VSHPROPID_IsNonMemberItem. | |
Remove | Removes items from the hierarchy. | |
SetItemAttribute | Sets the metadata for this item in the project file. This call is just a convenience to SetItemAttribute. | |
SetProperty | Sets a Visual Studio Integration Partner (VSIP) property, such as VSHPROPID_IsNonMemberItem. | |
SubHierarchyContainsImportedNode | Returns a value that indicates whether the sub-hierarchy for this node contains any imported nodes. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace