VsHierarchyPropID Enumeration

 

Specifies the property identifiers associated with the property settings for a hierarchy.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum VsHierarchyPropID

Member nameDescription
AddItemTemplatesGuid

An optional alternative project type GUID to use to get add item templates.

AllowEditInRunMode

Indicates whether the compiler allows edits during run mode. This property is optional.

AltHierarchy

An IVsHierarchy for SVsTrackSelectionEx. This property is optional

AltItemid

An item identifier for SVsTrackSelectionEx. This property is optional.

AlwaysBuildOnDebugLaunch

Indicates whether your project always builds on debug launch (F5) when the “Only build startup projects and dependencies on Run” Tools option is set. This property is optional.

AppContainer

Indicates whether the project's output requires running in an app container or not. This property is optional. If true, the project’s output requires running in an app container. If false, the output des not require running in an app container.

AppTitleBarTopHierarchyName

The hierarchy’s topmost name (solution or server) to put into the title bar of the application. This property is optional.

BrowseObject

An IDispatch for property browsing. This property is optional.

BrowseObjectCATID

An intrinsic extender category identifier (CATID) GUID of the BrowseObject for the given IVsHierarchy item identifier. For VSITEMID_ROOT, this corresponds to the object used to build the “Project.Properties” collection. This property is optional.

BuildDependencies

A semicolon-separated list of projects required to build this project. This property is optional.

CanBuildFromMemory

Indicates if a build can be done from memory. This property is optional.

Caption

The full window caption.

CategoryGuid

The GUID to identify the family/category of this non-Solution based Hierarchy (for example, Portfolio Project Hierarchy).

CfgBrowseObjectCATID

An intrinsic extender category identifier (CATID) GUID of the configuration BrowseObject for the given IVsHierarchy item identifier. This property is optional.

CfgPropertyPagesCLSIDList

A semicolon delimited list of class identifiers (CLSID) of the configuration-dependent property pages. This property is optional.

ChildrenEnumerated

Indicates if children have been enumerated. This property is optional.

CmdUIGuid

A GUID used to control visibility of toolbars and AutoVisible tool windows.

ConfigurationProvider

Obsolete. Use the IVsGetCfgProvider interface instead.

Container

Indicates if the item is a container. This property is optional.

DebuggeeProcessId

The process identifier of debuggee (if known), otherwise zero.

DebuggerSourcePaths

A semi-colon delimited list of paths in which the debugger looks for source. This property is optional.

DefaultEnableBuildProjectCfg

Indicates whether "Build" should be initially checked by default in the solution configuration. This property is optional.

DefaultEnableDeployProjectCfg

Indicates whether "Deploy" should be initially checked by default in the solution configuration. This property is optional.

DefaultNamespace

A string representing the items folder-based namespace. This property is optional.

DemandLoadDependencies

Indicates the demand load dependencies. This property is optional.

DescriptiveName

A more descriptive name of the item. Replaces the running document table moniker in document windows tooltips or other parts of the UI. This property is optional.

DesignerFunctionVisibility

The property that contains how designer functions are marked.

DesignerHiddenCodeGeneration

The code that is supposed to go to the hidden designer file.

DesignerVariableNaming

The case with which the variables are generated. This property is optional.

DesignTimeDependencies

A semicolon-separated list of projects required to support design time features (Intellisense, Form designers, and so on). This property is optional.

DisableApplicationSettings

Indicates whether Application Settings design time support in your project should be disabled. This property is optional.

EditLabel

A string to be displayed for the in-place editing node caption. This property is optional.

EnableDataSourceWindow

Indicates whether the Data Source Window for this project should be disabled. This property is optional.

ExcludeFromExportItemTemplate

Indicates if the project item can be exported using the export item template. This property is optional.

Expandable

Indicates if the Shell displays the “open-this-folder” plus sign.

ExpandByDefault

Indicates if the Shell should expand this item.

Expanded

Indicates if the node is currently expanded in the UIHierarchyWindow.

ExternalItem

Indicates if this item is to be considered external to the solution. This property is optional.

ExtObject

The ext.object for the ITEMID_ROOT item identifier of the project (Project). For other item identifiers, this property contains that item's ext object (ProjectItem), if any. This property is optional.

ExtObjectCATID

The intrinsic extender category identifier (CATID) GUID of the ExtObject (Automation Object) for the given IVsHierarchy item identifier. For VSITEMID_ROOT this corresponds to the type of the “Project” object. This property is optional.

ExtSelectedItem

A custom SelectedItem object for the given item identifier. This property is optional.

FaultMessage

A localized message indicating the reason for a faulted project. This property is optional.

FirstChild

The item identifier of the first child node (ITEMID_NIL if there are no children).

FirstVisibleChild

Similar to FirstChild but the property specified by this member only walks items to be displayed in the UIHierarchyWindow. This property is optional. However, this property is required if the hierarchy supports multiple (subset or superset) views of its contents.

HandlesOwnReload

Indicates if the project handles its own unload and reload. This property is optional.

HasEnumerationSideEffects

Indicates if this hierarchy is to be enumerated for Find In Files and similar hierarchy enumerations. This property is optional.

IconHandle

A handle of an icon; UIHierarchyWindow does not call DestroyIcon on it.

IconImgList

A handle to an image list for an icon. Use only when itemid==VSITEMID_ROOT).

IconIndex

An index for an icon.

ImplantHierarchy

The IVsHierarchy implant for this hierarchy. This property is optional.

IntellisenseUnknown

The IUnknown of the Intellisense compiler used by the project system. This property is optional.

IsFaulted

Indicates if the project has encountered an error. This property is optional.

IsFindInFilesForegroundOnly

Indicates where Find In Files runs. This property is optional.

IsHiddenItem

Indicates if the item is not displayed in the current UIHierarchyWindow view. This property is optional. However, this property is required if your hierarchy supports multiple (subsetted) views of its contents.

IsLinkFile

true if the file is a link file. This property is optional.

IsNewUnsavedItem

Indicates if this is a new unsaved item. This property is optional.

IsNonLocalStorage

Indicates if project storage is local. This property is optional.

IsNonMemberItem

Indicates if an item is not considered a member of the hierarchy. This property is optional. However, it is required if your hierarchy supports superset views of its contents (for example, ShowAllFiles displaying files in a directory that are not members of the project).

IsNonSearchable

Indicates if an item can be searched for or replaced using Find in Files or Replace in Files. This property is optional.

IsUpgradeRequired

Indicates if an upgrade is required. This property is optional.

ItemDocCookie

The document cookie (VSCOOKIE) of the hierarchy item. This property is optional.

ItemSubType

A non-localized string representing the subtype of the item. This property is optional.

KeepAliveDocument

Indicates if the document should be kept alive in the project regardless of its opened or closed state. This property is optional.

MinimumDesignTimeCompatVersion

The minimum design time compatible version with which this project is compatible. This property is optional.

Name

The name for the project (VSITEMID_ROOT) or item.

NextSibling

The item identifier of the next sibling node (ITEMID_NIL if there are no more siblings).

NextVisibleSibling

Similar to NextSibling but the property specified by this member only walks items to be displayed in UIHierarchyWindow. This property is optional. However, this property is required if your hierarchy supports multiple (subset or superset) views of its contents.

NIL

NoDefaultNestedHierSorting

Indicates if the hierarchy does not want nested hierarchies sorted first and items after, and sorted alphabetically (like solution folders). This property is optional.

OpenFolderIconHandle

The handle of an icon for an open folder; UIHierarchyWindow does not call DestroyIcon on it. This property is optional.

OpenFolderIconIndex

The open folder’s icon index. This property is optional.

OutputType

The output type for a project. This property is optional.

OverlayIconIndex

The overlay for the item's main icon. This property is optional.

OwnerKey

The owner key string that identifies the project GUID of the owning project. This property is optional.

Parent

The item identifier of the parent node (ITEMID_NIL if no parent exists).

ParentHierarchy

The IVsHierarchy that owns this hierarchy.

ParentHierarchyItemid

The item identifier of this hierarchy in its parent hierarchy.

PreferredLanguageSID

The preferred security identifier (SID) of the text editor language service for the project. This property is optional.

PriorityPropertyPagesCLSIDList

A semicolon-delimited ordered list of class identifiers of the preferred property pages. This property is optional.

ProductBrandName

The hierarchy branding used to replace the application name in the main window title. This property is optional.

ProjectCapabilities

A space-delimited list of the project's capabilities. This property is optional.

ProjectDesignerEditor

The GUID of the project designer editor the project uses to edit project properties (SupportsProjectDesigner should return VARIANT_TRUE if a project designer editor GUID is returned). This property is optional.

ProjectDir

The full path to the project directory (for VSITEMID_ROOT only). This property is optional.

ProjectIDGuid

A GUID that identifies a project across solutions. This property is optional.

ProjectName

Obsolete. Use Name instead.

ProjectType

Obsolete. Use TypeName instead.

ProjectUnloadStatus

The unload status (UNLOADSTATUS_UnloadedByUser, UNLOADSTATUS_LoadPendingIfNeeded, and so on) from the _VSProjectUnloadStatus enumeration, and is implemented only by the stub hierarchy. This property is optional.

PropertyPagesCLSIDList

A semicolon-delimited list of class identifiers of the configuration independent property pages. This property is optional.

ProvisionalViewingStatus

The provisional viewing status for the item (from the __VSPROVISIONALVIEWINGSTATUS enumeration). This property is optional.

RefactorExtensions

An array of service GUIDs that implement IVsRefactorNotify and for which this interface should be called for any refactoring operation in the project (only defined for VSITEMID_ROOT). This property is optional.

ReferenceManagerUser

The implementation of IVsReferenceManagerUser for a project. This property is optional.

ReloadableProjectFile

Obsolete. Use HandlesOwnReload instead.

RequiresReloadForExternalFileChange

Indicates whether the file on disk was not last written by the project. This property is optional.

Root

Obsolete. The item identifier of root must be VSITEMID_ROOT.

SaveName

The name to be used during a save.

SelContainer

An ISelectionContainer for property browsing. This property is optional.

ServiceReferenceSupported

Indicates if the project supports service references. This property is optional.

ShowOnlyItemCaption

Indicates if this is an item for which only the caption should be shown in the UI instead of the full moniker. This property is optional.

ShowProjInSolutionPage

Indicates whether to filter the project when Visual Basic or C# calls the component picker for add-reference. This property is optional.

SortPriority

The sort priority in UIHierarchyWindow. This property is optional.

StartupServices

An IVsProjectStartupServices to add services to be started on the next project load (for VSITEMID_ROOT only).

StateIconIndex

The state icon index.

StatusBarClientText

The hierarchy scoped text for the Client Text field of the status bar.

StorageType

A non-localized string representing the storage type. This property is optional.

SupportedMyApplicationTypes

A semicolon-delimited list of application-types supported for project-systems that support My.Application. This property is optional.

SupportedOutputTypes

A list of supported output types (specified as values used by the OutputTypeEx project property). This property is optional.

SupportsAspNetIntegration

Indicates if your Web project supports being consumed by Silverlight. This property is optional.

SupportsHierarchicalUpdate

Indicates whether to enable Hierarchical Update for this project. This property is optional.

SupportsLinqOverDataSet

Indicates whether to enable LINQ to DataSet for this project. This property is optional.

SupportsNTierDesigner

Indicates whether to enable the N-Tier designer for this project. This property is optional.

SupportsProjectDesigner

Indicates if the project uses a Project Designer Editor instead of the property page frame to edit project properties. This property is optional.

SuppressOutOfDateMessageOnBuild

Indicates whether the project participates in the “this configuration is out of date” message on Build (F5). This property is optional.

TargetFrameworkMoniker

The format for the target framework moniker.

TargetFrameworkVersion

The Target Framework version.

TargetPlatformIdentifier

The Target Platform for a project type. This property is optional.

TargetPlatformVersion

The version of the target platform (for example, “8.0”). This property is optional. However, it is required if TargetPlatformIdentifier is provided.

TargetRuntime

The runtime the project targets (derived from the __VSPROJTARGETRUNTIME enumeration). This property is optional.

TypeGuid

The GUID used to identify the type of node/hierarchy (search on GUID_ItemType).

TypeName

The display name used to identify the type of node/hierarchy (used in the title bar).

UseInnerHierarchyIconList

Indicates if the icon for an inner (nested) hierarchy root is to come from the inner hierarchy image list. This property is optional.

UserContext

The IVsUserContext for the project/item. This property is optional.

WebReferenceSupported

Indicates if the project supports Web references. This property is optional.

Return to top
Show: