Поделиться через


PropertyGroup Конструкторы

Определение

Перегрузки

PropertyGroup(String, String, String, IReadOnlyCollection<String>, Int32, PropertyVariable[])

Инициализирует новый экземпляр класса PropertyGroup.

PropertyGroup(String, String, String, IReadOnlyCollection<String>, Int32, IDictionary<String,String>)

Инициализирует новый экземпляр класса PropertyGroup.

PropertyGroup(String, String, String, IReadOnlyCollection<String>, Int32, IReadOnlyCollection<PropertyVariable>)

Инициализирует новый экземпляр класса PropertyGroup.

PropertyGroup(String, String, IReadOnlyCollection<String>, String, IReadOnlyCollection<String>, Int32, IReadOnlyCollection<PropertyVariable>)

Инициализирует новый экземпляр класса PropertyGroup.

PropertyGroup(String, String, String, IReadOnlyCollection<String>, Int32, PropertyVariable[])

Инициализирует новый экземпляр класса PropertyGroup.

public:
 PropertyGroup(System::String ^ groupNamespace, System::String ^ globPatterns, System::String ^ environment, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments, int groupPriority, ... cli::array <Microsoft::VisualStudio::Workspace::Evaluator::PropertyVariable ^> ^ properties);
public PropertyGroup (string groupNamespace, string globPatterns, string environment, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments, int groupPriority, params Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable[] properties);
public PropertyGroup (string groupNamespace, string? globPatterns, string? environment, System.Collections.Generic.IReadOnlyCollection<string>? inheritEnvironments, int groupPriority, params Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable[] properties);
new Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup : string * string * string * System.Collections.Generic.IReadOnlyCollection<string> * int * Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable[] -> Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup
Public Sub New (groupNamespace As String, globPatterns As String, environment As String, inheritEnvironments As IReadOnlyCollection(Of String), groupPriority As Integer, ParamArray properties As PropertyVariable())

Параметры

groupNamespace
String

Пространство имен для этих свойств

globPatterns
String

Область применения

environment
String

Применяемая среда

inheritEnvironments
IReadOnlyCollection<String>

Необязательный список ссылочных контекстов

groupPriority
Int32

Применяемый приоритет группы

properties
PropertyVariable[]

Коллекция свойств для включения

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

PropertyGroup(String, String, String, IReadOnlyCollection<String>, Int32, IDictionary<String,String>)

Инициализирует новый экземпляр класса PropertyGroup.

public:
 PropertyGroup(System::String ^ groupNamespace, System::String ^ globPatterns, System::String ^ environment, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments, int groupPriority, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public PropertyGroup (string groupNamespace, string globPatterns, string environment, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments, int groupPriority, System.Collections.Generic.IDictionary<string,string> properties);
public PropertyGroup (string groupNamespace, string? globPatterns, string? environment, System.Collections.Generic.IReadOnlyCollection<string>? inheritEnvironments, int groupPriority, System.Collections.Generic.IDictionary<string,string> properties);
new Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup : string * string * string * System.Collections.Generic.IReadOnlyCollection<string> * int * System.Collections.Generic.IDictionary<string, string> -> Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup
Public Sub New (groupNamespace As String, globPatterns As String, environment As String, inheritEnvironments As IReadOnlyCollection(Of String), groupPriority As Integer, properties As IDictionary(Of String, String))

Параметры

groupNamespace
String

Пространство имен для этих свойств

globPatterns
String

Узоры с разделимы-запятыми

environment
String

Применяемая среда

inheritEnvironments
IReadOnlyCollection<String>

Необязательный список наследуемых сред

groupPriority
Int32

Применяемый приоритет группы

properties
IDictionary<String,String>

Коллекция свойств для включения

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

PropertyGroup(String, String, String, IReadOnlyCollection<String>, Int32, IReadOnlyCollection<PropertyVariable>)

Инициализирует новый экземпляр класса PropertyGroup.

public:
 PropertyGroup(System::String ^ groupNamespace, System::String ^ globPatterns, System::String ^ environment, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments, int groupPriority, System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::PropertyVariable ^> ^ properties);
public PropertyGroup (string groupNamespace, string globPatterns, string environment, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments, int groupPriority, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable> properties);
public PropertyGroup (string groupNamespace, string? globPatterns, string? environment, System.Collections.Generic.IReadOnlyCollection<string>? inheritEnvironments, int groupPriority, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable> properties);
new Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup : string * string * string * System.Collections.Generic.IReadOnlyCollection<string> * int * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable> -> Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup
Public Sub New (groupNamespace As String, globPatterns As String, environment As String, inheritEnvironments As IReadOnlyCollection(Of String), groupPriority As Integer, properties As IReadOnlyCollection(Of PropertyVariable))

Параметры

groupNamespace
String

Пространство имен для этих свойств

globPatterns
String

Область применения

environment
String

Применяемая среда

inheritEnvironments
IReadOnlyCollection<String>

Необязательный список ссылочных контекстов

groupPriority
Int32

Применяемый приоритет группы

properties
IReadOnlyCollection<PropertyVariable>

Коллекция свойств для включения

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

PropertyGroup(String, String, IReadOnlyCollection<String>, String, IReadOnlyCollection<String>, Int32, IReadOnlyCollection<PropertyVariable>)

Инициализирует новый экземпляр класса PropertyGroup.

public:
 PropertyGroup(System::String ^ groupNamespace, System::String ^ fileMatcherRoot, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ globPatterns, System::String ^ environment, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments, int groupPriority, System::Collections::Generic::IReadOnlyCollection<Microsoft::VisualStudio::Workspace::Evaluator::PropertyVariable ^> ^ properties);
public PropertyGroup (string groupNamespace, string fileMatcherRoot, System.Collections.Generic.IReadOnlyCollection<string> globPatterns, string environment, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments, int groupPriority, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable> properties);
public PropertyGroup (string groupNamespace, string? fileMatcherRoot, System.Collections.Generic.IReadOnlyCollection<string>? globPatterns, string? environment, System.Collections.Generic.IReadOnlyCollection<string>? inheritEnvironments, int groupPriority, System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable> properties);
new Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup : string * string * System.Collections.Generic.IReadOnlyCollection<string> * string * System.Collections.Generic.IReadOnlyCollection<string> * int * System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.Workspace.Evaluator.PropertyVariable> -> Microsoft.VisualStudio.Workspace.Evaluator.PropertyGroup
Public Sub New (groupNamespace As String, fileMatcherRoot As String, globPatterns As IReadOnlyCollection(Of String), environment As String, inheritEnvironments As IReadOnlyCollection(Of String), groupPriority As Integer, properties As IReadOnlyCollection(Of PropertyVariable))

Параметры

groupNamespace
String

Пространство имен для этих свойств

fileMatcherRoot
String

подразумеваемый корень для шаблонов glob

globPatterns
IReadOnlyCollection<String>

Шаблоны git style glob

environment
String

Применяемая среда

inheritEnvironments
IReadOnlyCollection<String>

Необязательный список ссылочных контекстов

groupPriority
Int32

Применяемый приоритет группы

properties
IReadOnlyCollection<PropertyVariable>

Коллекция свойств для включения

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