IPropertyEvaluatorService.ParsePropertyGroups Methode

Definition

Überlädt

ParsePropertyGroups(IPropertySettings[], GroupDefaultOptions)

Eine Auflistung von ipropertysettings analysieren

ParsePropertyGroups(IWorkspaceSettingsSource[], GroupDefaultOptions)

Analysieren einer Sammlung von iworkspacesettingssource

ParsePropertyGroups(String, GroupDefaultOptions)

Analysieren eines JSON-Inhalts von Eigenschaften Gruppen

ParsePropertyGroups(IPropertySettings[], GroupDefaultOptions)

Eine Auflistung von ipropertysettings analysieren

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)

Parameter

propertyGroupArray
IPropertySettings[]

Die Eigenschaften Gruppen Quellen

defaultOptions
GroupDefaultOptions

Standardoptionen für Gruppen

Gibt zurück

IReadOnlyCollection<PropertyGroup>

Sammlung von Eigenschaften Gruppen

Gilt für

ParsePropertyGroups(IWorkspaceSettingsSource[], GroupDefaultOptions)

Analysieren einer Sammlung von 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)

Parameter

propertyGroups
IWorkspaceSettingsSource[]

Die Eigenschaften Gruppen Quellen

defaultOptions
GroupDefaultOptions

Standardoptionen für Gruppen

Gibt zurück

IReadOnlyCollection<PropertyGroup>

Sammlung von Eigenschaften Gruppen

Gilt für

ParsePropertyGroups(String, GroupDefaultOptions)

Analysieren eines JSON-Inhalts von Eigenschaften Gruppen

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)

Parameter

jsonPropertyGroups
String

JSON-Inhalt mit einem Array von Eigenschaften Gruppen

defaultOptions
GroupDefaultOptions

Standardoptionen für Gruppen

Gibt zurück

IReadOnlyCollection<PropertyGroup>

Sammlung von Eigenschaften Gruppen

Gilt für