FileContext.CreateFileContexts(FileContext[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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