VSConstants.ItemTypeGuid Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
These values are used with the VSHPROPID_ItemType property.
public: ref class VSConstants::ItemTypeGuid abstract sealed
class VSConstants::ItemTypeGuid abstract sealed
public static class VSConstants.ItemTypeGuid
type VSConstants.ItemTypeGuid = class
Public Class VSConstants.ItemTypeGuid
- Inheritance
-
VSConstants.ItemTypeGuid
Fields
PhysicalFile_guid |
Physical file on disk or web (IVsProject::GetMkDocument returns a file path). |
PhysicalFile_string |
Physical file on disk or web (IVsProject::GetMkDocument returns a file path). |
PhysicalFolder_guid |
Physical folder on disk or web (IVsProject::GetMkDocument returns a directory path). |
PhysicalFolder_string |
Physical folder on disk or web (IVsProject::GetMkDocument returns a directory path). |
SharedProjectReference_guid |
SharedProjectReference item (normally child of "References" folder). |
SharedProjectReference_string |
SharedProjectReference item (normally child of "References" folder). |
SubProject_guid |
Nested or Sub Project. |
SubProject_string |
Nested or Sub Project. |
VirtualFolder_guid |
Non-physical folder (folder is logical and not a physical file system directory). |
VirtualFolder_string |
Non-physical folder (folder is logical and not a physical file system directory). |