다음을 통해 공유


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

쉼표로 구분된 glob 패턴

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 스타일 glob 패턴

environment
String

적용할 환경

inheritEnvironments
IReadOnlyCollection<String>

참조 컨텍스트의 선택적 목록

groupPriority
Int32

적용할 그룹 우선 순위

properties
IReadOnlyCollection<PropertyVariable>

포함할 속성의 컬렉션

적용 대상