SubordinateFileHelper.GetChildProjectItemFileNames Method

Definition

Important

This API is not CLS-compliant.

Gets a list of file names of all subordinate files.

public:
 static System::Collections::Generic::IList<System::String ^> ^ GetChildProjectItemFileNames(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ parentHierarchy, System::UInt32 parentItemId);
[System.CLSCompliant(false)]
public static System.Collections.Generic.IList<string> GetChildProjectItemFileNames (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy parentHierarchy, uint parentItemId);
public static System.Collections.Generic.IList<string> GetChildProjectItemFileNames (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy parentHierarchy, uint parentItemId);
[<System.CLSCompliant(false)>]
static member GetChildProjectItemFileNames : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * uint32 -> System.Collections.Generic.IList<string>
static member GetChildProjectItemFileNames : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * uint32 -> System.Collections.Generic.IList<string>
Public Shared Function GetChildProjectItemFileNames (parentHierarchy As IVsHierarchy, parentItemId As UInteger) As IList(Of String)

Parameters

parentHierarchy
IVsHierarchy

Parent hierarchy.

parentItemId
UInt32

Item id identifying parent file.

Returns

Attributes

Applies to