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
Public fieldStatic member PhysicalFile_guid The physical file on disk or web (GetMkDocument returns a file path).
Public fieldStatic member PhysicalFile_string The physical file on disk or web (GetMkDocument returns a file path).
Public fieldStatic member PhysicalFolder_guid The physical folder on disk or web (GetMkDocument returns a directory path).
Public fieldStatic member PhysicalFolder_string The physical folder on disk or web ((GetMkDocument returns a directory path).
Public fieldStatic member SubProject_guid The GUID of a nested or subproject.
Public fieldStatic member SubProject_string The GUID of a nested or subproject.
Public fieldStatic member VirtualFolder_guid The GUID of the non-physical folder (the folder is logical and not a physical file system directory).
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace