Share via


ICustomContextService.GetCustomContextSchemaContent Method

Definition

Return the Schema Content for all the combined custom providers

public:
 Tuple<System::String ^, Microsoft::VisualStudio::Workspace::IPropertySettings ^> ^ GetCustomContextSchemaContent(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::CustomContexts::ICustomFileContextProviderMetadata ^> ^ providersMetadata);
public Tuple<string,Microsoft.VisualStudio.Workspace.IPropertySettings> GetCustomContextSchemaContent (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.CustomContexts.ICustomFileContextProviderMetadata> providersMetadata);
abstract member GetCustomContextSchemaContent : seq<Microsoft.VisualStudio.Workspace.CustomContexts.ICustomFileContextProviderMetadata> -> string * Microsoft.VisualStudio.Workspace.IPropertySettings
Public Function GetCustomContextSchemaContent (providersMetadata As IEnumerable(Of ICustomFileContextProviderMetadata)) As Tuple(Of String, IPropertySettings)

Parameters

providersMetadata
IEnumerable<ICustomFileContextProviderMetadata>

Providers metadata

Returns

JSON content of the combined schema

Applies to