VSConstants.ItemTypeGuid Class
These values are used with the VSHPROPID_ItemType property.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.ItemTypeGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class ItemTypeGuid
public static class ItemTypeGuid
public ref class ItemTypeGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type ItemTypeGuid = class end
public final class ItemTypeGuid
The VSConstants.ItemTypeGuid type exposes the following members.
Fields
Name | Description | |
---|---|---|
PhysicalFile_guid | The physical file on disk or web (GetMkDocument returns a file path). | |
PhysicalFile_string | The physical file on disk or web (GetMkDocument returns a file path). | |
PhysicalFolder_guid | The physical folder on disk or web (GetMkDocument returns a directory path). | |
PhysicalFolder_string | The physical folder on disk or web ((GetMkDocument returns a directory path). | |
SubProject_guid | The GUID of a nested or subproject. | |
SubProject_string | The GUID of a nested or subproject. | |
VirtualFolder_guid | The GUID of the non-physical folder (the folder is logical and not a physical file system directory). | |
VirtualFolder_string | The GUID of the non-physical folder (the folder is logical and not a physical file system directory). |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.