ICustomFileContextProvider.CustomizeFileContext Method

Definition

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

Applies to