ICustomFileContextProvider.CustomizeFileContext 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 context
public:
void CustomizeFileContext(System::String ^ filePath, Microsoft::VisualStudio::Workspace::IPropertySettings ^ customSettings);
public void CustomizeFileContext (string filePath, Microsoft.VisualStudio.Workspace.IPropertySettings customSettings);
abstract member CustomizeFileContext : string * Microsoft.VisualStudio.Workspace.IPropertySettings -> unit
Public Sub CustomizeFileContext (filePath As String, customSettings As IPropertySettings)
Parameters
- filePath
- String
File path of the customized context
- customSettings
- IPropertySettings
The settings to fill with some default values