ICustomContextService.GetCustomContextSchemaContent(IEnumerable<ICustomFileContextProviderMetadata>) Метод

Определение

Возврат содержимого схемы для всех Объединенных настраиваемых поставщиков

public:
 Tuple<System::String ^, Microsoft::VisualStudio::Workspace::IPropertySettings ^> ^ GetCustomContextSchemaContent(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::CustomContexts::ICustomFileContextProviderMetadata ^> ^ providersMetadata);
public (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)

Параметры

providersMetadata
IEnumerable<ICustomFileContextProviderMetadata>

Метаданные поставщиков

Возвращаемое значение

Tuple<String,IPropertySettings>

Содержимое JSON для комбинированной схемы

Применяется к