Share via


ICustomContextService2 Interface

Definition

Extension to interface ICustomContextService

public interface class ICustomContextService2 : Microsoft::VisualStudio::Workspace::CustomContexts::ICustomContextService
public interface class ICustomContextService2 : Microsoft::VisualStudio::Workspace::CustomContexts::ICustomContextService
__interface ICustomContextService2 : Microsoft::VisualStudio::Workspace::CustomContexts::ICustomContextService
public interface ICustomContextService2 : Microsoft.VisualStudio.Workspace.CustomContexts.ICustomContextService
type ICustomContextService2 = interface
    interface ICustomContextService
Public Interface ICustomContextService2
Implements ICustomContextService
Implements

Properties

OnCustomSettingsChanged

Notifies when the custom settings has changed

(Inherited from ICustomContextService)

Methods

CustomizeCustomFileContextSettings(String, ICustomFileContextProvider[])

Customize the file context settings for a file path

(Inherited from ICustomContextService)
GetCustomContextSchemaContent(IEnumerable<ICustomFileContextProviderMetadata>)

Return the Schema Content for all the combined custom providers

(Inherited from ICustomContextService)
ValidateTaskSettingsAsync(String)

Validate a JSON content of a tasks.vs.json file by validating all the task items

Applies to