ICustomFileContextProvider.CustomizeFileContext(String, IPropertySettings) Methode

Definition

Anpassen des Kontexts

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)

Parameter

filePath
String

Dateipfad des angepassten Kontexts

customSettings
IPropertySettings

Die Einstellungen, die mit einigen Standardwerten aufgefüllt werden sollen.

Gilt für