ICustomContextService.CustomizeCustomFileContextSettings 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.
Customize the file context settings for a file path
public:
Tuple<System::String ^, Microsoft::VisualStudio::Workspace::IPropertySettings ^, cli::array <Microsoft::VisualStudio::Workspace::IPropertySettings ^> ^, System::String ^, Tuple<int, int> ^> ^ CustomizeCustomFileContextSettings(System::String ^ filePath, ... cli::array <Microsoft::VisualStudio::Workspace::CustomContexts::ICustomFileContextProvider ^> ^ customFileContextProviders);
public Tuple<string,Microsoft.VisualStudio.Workspace.IPropertySettings,Microsoft.VisualStudio.Workspace.IPropertySettings[],string,Tuple<int,int>> CustomizeCustomFileContextSettings (string filePath, params Microsoft.VisualStudio.Workspace.CustomContexts.ICustomFileContextProvider[] customFileContextProviders);
abstract member CustomizeCustomFileContextSettings : string * Microsoft.VisualStudio.Workspace.CustomContexts.ICustomFileContextProvider[] -> string * Microsoft.VisualStudio.Workspace.IPropertySettings * Microsoft.VisualStudio.Workspace.IPropertySettings[] * string * int * int
Public Function CustomizeCustomFileContextSettings (filePath As String, ParamArray customFileContextProviders As ICustomFileContextProvider()) As Tuple(Of String, IPropertySettings, IPropertySettings(), String, Tuple(Of Integer, Integer))
Parameters
- filePath
- String
File path to customize
- customFileContextProviders
- ICustomFileContextProvider[]
list of providers to use
Returns
Result info with JSON content and created items