IDatabaseFileNode Members
Include Protected Members
Include Inherited Members
Represents a file node in the Solution Explorer.
The IDatabaseFileNode type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCustomMetadata | Gets a list of the custom metadata on this node. (Inherited from IDatabaseNode.) | |
GetItemAttribute | Gets the metadata for this item in the project file. (Inherited from IDatabaseNode.) | |
GetProperty | Gets the VSIP property. (Inherited from IDatabaseNode.) | |
OpenInEditor | Opens this file in the editor. | |
Remove | Removes items from the hierarchy. (Inherited from IDatabaseNode.) | |
SetItemAttribute | Sets the metadata for this item in the project file. (Inherited from IDatabaseNode.) | |
SetProperty | Sets the VSIP property. (Inherited from IDatabaseNode.) | |
SubHierarchyContainsImportedNode | Returns whether the sub hierarchy for this node contains any imported nodes. (Inherited from IDatabaseNode.) |
Top
Properties
Name | Description | |
---|---|---|
BuildAction | Gets or sets the build action for this file. | |
Caption | Gets the caption displayed to the user. (Inherited from IDatabaseNode.) | |
DirectoryName | Gets the directory location for this node. (Inherited from IDatabaseNode.) | |
FileName | Gets or sets the name of the file represented by this node. | |
Id | Gets a unique identifier for this node in the Solution Explorer. (Inherited from IDatabaseNode.) | |
IsImported | Gets whether this node is imported into the project. (Inherited from IDatabaseNode.) | |
IsLinkFile | Gets whether this is a link file. | |
IsNonMemberItem | Gets whether this item is a non project member item. (Inherited from IDatabaseNode.) | |
NodeProperties | Gets the properties attached to this node. (Inherited from IDatabaseNode.) | |
ParentNode | Gets the parent for this node. (Inherited from IDatabaseNode.) | |
ProjectManager | Gets the project manager for this node. (Inherited from IDatabaseNode.) | |
Url | Gets the full path to this node on disk. (Inherited from IDatabaseNode.) |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace