Aracılığıyla paylaş


PropertyGroup Oluşturucular

Tanım

Aşırı Yüklemeler

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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())

Parametreler

groupNamespace
String

Bu özellikler için ad alanı

globPatterns
String

Uygulanacak kapsam

environment
String

Uygulanacak ortam

inheritEnvironments
IReadOnlyCollection<String>

İsteğe bağlı başvuru bağlamları listesi

groupPriority
Int32

Uygulanacak grup önceliği

properties
PropertyVariable[]

Eklenecek özellikler koleksiyonu

Şunlara uygulanır

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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))

Parametreler

groupNamespace
String

Bu özellikler için ad alanı

globPatterns
String

virgülle ayrılmış glob desenleri

environment
String

Uygulanacak ortam

inheritEnvironments
IReadOnlyCollection<String>

Ortamları devralma isteğe bağlı listesi

groupPriority
Int32

Uygulanacak grup önceliği

properties
IDictionary<String,String>

Eklenecek özellikler koleksiyonu

Şunlara uygulanır

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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))

Parametreler

groupNamespace
String

Bu özellikler için ad alanı

globPatterns
String

Uygulanacak kapsam

environment
String

Uygulanacak ortam

inheritEnvironments
IReadOnlyCollection<String>

İsteğe bağlı başvuru bağlamları listesi

groupPriority
Int32

Uygulanacak grup önceliği

properties
IReadOnlyCollection<PropertyVariable>

Eklenecek özellikler koleksiyonu

Şunlara uygulanır

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

PropertyGroup sınıfının yeni bir örneğini başlatır.

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))

Parametreler

groupNamespace
String

Bu özellikler için ad alanı

fileMatcherRoot
String

glob desenleri için örtük kök

globPatterns
IReadOnlyCollection<String>

git stili glob desenleri

environment
String

Uygulanacak ortam

inheritEnvironments
IReadOnlyCollection<String>

İsteğe bağlı başvuru bağlamları listesi

groupPriority
Int32

Uygulanacak grup önceliği

properties
IReadOnlyCollection<PropertyVariable>

Eklenecek özellikler koleksiyonu

Şunlara uygulanır