SubordinateFileHelper Class

 

Helper methods for managing subordinate files (files that appear nested within project items in the solution explorer).

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Shell::SubordinateFileHelper

public ref class SubordinateFileHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetChildProjectItemFileNames(IVsHierarchy^, UInt32)

Gets a list of file names of all subordinate files.

System_CAPS_pubmethodSystem_CAPS_staticGetChildProjectItemId(IVsHierarchy^, UInt32, String^)

Gets the item id of the first subordinate file with the given extension.

System_CAPS_pubmethodSystem_CAPS_staticGetChildProjectItemIds(IVsHierarchy^, UInt32)

Gets the item ids of all subordinate files.

System_CAPS_pubmethodSystem_CAPS_staticLockSubordinateDocument(IServiceProvider^, DocData^, String^, UInt32)

Creates and returns an invisible editor for the given file.

System_CAPS_pubmethodSystem_CAPS_staticLockSubordinateDocument(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.

Return to top
Show: