ICustomContextService.GetCustomContextSchemaContent 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.
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