FileContext.CreateFileContexts(FileContext[]) Method

Definition

Return a file context collection

public:
 static System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::FileContext ^> ^ CreateFileContexts(... cli::array <Microsoft::VisualStudio::Workspace::FileContext ^> ^ fileContexts);
public static System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.FileContext> CreateFileContexts (params Microsoft.VisualStudio.Workspace.FileContext[] fileContexts);
static member CreateFileContexts : Microsoft.VisualStudio.Workspace.FileContext[] -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.FileContext>
Public Shared Function CreateFileContexts (ParamArray fileContexts As FileContext()) As IReadOnlyCollection(Of FileContext)

Parameters

fileContexts
FileContext[]

Array of file contexts

Returns

Read only collection of File contexts

Applies to