IPropertyEvaluatorService.ParsePropertyGroups Método

Definição

Sobrecargas

ParsePropertyGroups(IPropertySettings[], GroupDefaultOptions)

Analisar uma coleção de IPropertySettings

ParsePropertyGroups(IWorkspaceSettingsSource[], GroupDefaultOptions)

Analisar uma coleção de IWorkspaceSettingsSource

ParsePropertyGroups(String, GroupDefaultOptions)

Analisar um conteúdo JSON de grupos de propriedades

ParsePropertyGroups(IPropertySettings[], GroupDefaultOptions)

Analisar uma coleção de IPropertySettings

public:
 System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::PropertyGroup ^> ^ ParsePropertyGroups(cli::array <Microsoft::VisualStudio::Workspace::IPropertySettings ^> ^ propertyGroupArray, Microsoft::VisualStudio::Workspace::Evaluator::GroupDefaultOptions defaultOptions);
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup> ParsePropertyGroups (Microsoft.VisualStudio.Workspace.IPropertySettings[] propertyGroupArray, Microsoft.VisualStudio.Workspace.Evaluator.GroupDefaultOptions defaultOptions);
abstract member ParsePropertyGroups : Microsoft.VisualStudio.Workspace.IPropertySettings[] * Microsoft.VisualStudio.Workspace.Evaluator.GroupDefaultOptions -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup>
Public Function ParsePropertyGroups (propertyGroupArray As IPropertySettings(), defaultOptions As GroupDefaultOptions) As IReadOnlyCollection(Of PropertyGroup)

Parâmetros

propertyGroupArray
IPropertySettings[]

As fontes de grupos de propriedades

defaultOptions
GroupDefaultOptions

Opções de grupo padrão

Retornos

IReadOnlyCollection<PropertyGroup>

Coleção de grupos de propriedades

Aplica-se a

ParsePropertyGroups(IWorkspaceSettingsSource[], GroupDefaultOptions)

Analisar uma coleção de IWorkspaceSettingsSource

public:
 System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::PropertyGroup ^> ^ ParsePropertyGroups(cli::array <Microsoft::VisualStudio::Workspace::Settings::IWorkspaceSettingsSource ^> ^ propertyGroups, Microsoft::VisualStudio::Workspace::Evaluator::GroupDefaultOptions defaultOptions);
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup> ParsePropertyGroups (Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettingsSource[] propertyGroups, Microsoft.VisualStudio.Workspace.Evaluator.GroupDefaultOptions defaultOptions);
abstract member ParsePropertyGroups : Microsoft.VisualStudio.Workspace.Settings.IWorkspaceSettingsSource[] * Microsoft.VisualStudio.Workspace.Evaluator.GroupDefaultOptions -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup>
Public Function ParsePropertyGroups (propertyGroups As IWorkspaceSettingsSource(), defaultOptions As GroupDefaultOptions) As IReadOnlyCollection(Of PropertyGroup)

Parâmetros

propertyGroups
IWorkspaceSettingsSource[]

As fontes de grupos de propriedades

defaultOptions
GroupDefaultOptions

Opções de grupo padrão

Retornos

IReadOnlyCollection<PropertyGroup>

Coleção de grupos de propriedades

Aplica-se a

ParsePropertyGroups(String, GroupDefaultOptions)

Analisar um conteúdo JSON de grupos de propriedades

public:
 System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::PropertyGroup ^> ^ ParsePropertyGroups(System::String ^ jsonPropertyGroups, Microsoft::VisualStudio::Workspace::Evaluator::GroupDefaultOptions defaultOptions);
public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup> ParsePropertyGroups (string jsonPropertyGroups, Microsoft.VisualStudio.Workspace.Evaluator.GroupDefaultOptions defaultOptions);
abstract member ParsePropertyGroups : string * Microsoft.VisualStudio.Workspace.Evaluator.GroupDefaultOptions -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup>
Public Function ParsePropertyGroups (jsonPropertyGroups As String, defaultOptions As GroupDefaultOptions) As IReadOnlyCollection(Of PropertyGroup)

Parâmetros

jsonPropertyGroups
String

Conteúdo JSON com uma matriz de grupos de propriedades

defaultOptions
GroupDefaultOptions

Opções de grupo padrão

Retornos

IReadOnlyCollection<PropertyGroup>

Coleção de grupos de propriedades

Aplica-se a