SubordinateFileHelper Class

Definition

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

public ref class SubordinateFileHelper abstract sealed
public static class SubordinateFileHelper
type SubordinateFileHelper = class
Public Class SubordinateFileHelper
Inheritance
SubordinateFileHelper

Methods

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.

Applies to