SubordinateFileHelper Class
Visual Studio 2015
Helper methods for managing subordinate files (files that appear nested within project items in the solution explorer).
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetChildProjectItemFileNames(IVsHierarchy^, UInt32) | Gets a list of file names of all subordinate files. |
![]() ![]() | GetChildProjectItemId(IVsHierarchy^, UInt32, String^) | Gets the item id of the first subordinate file with the given extension. |
![]() ![]() | GetChildProjectItemIds(IVsHierarchy^, UInt32) | Gets the item ids of all subordinate files. |
![]() ![]() | LockSubordinateDocument(IServiceProvider^, DocData^, String^, UInt32) | Creates and returns an invisible editor for the given file. |
![]() ![]() | LockSubordinateDocument(IServiceProvider^, DocData^, UInt32) | Creates and returns an invisible editor for the given file. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

