PropertyContext Constructor

Definition

Initializes a new instance of the PropertyContext class.

public:
 PropertyContext(System::String ^ filePath, System::String ^ prefixNamespace, System::String ^ name, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ inheritEnvironments);
public PropertyContext (string filePath, string prefixNamespace, string name, System.Collections.Generic.IReadOnlyCollection<string> inheritEnvironments);
new Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext : string * string * string * System.Collections.Generic.IReadOnlyCollection<string> -> Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext
Public Sub New (filePath As String, prefixNamespace As String, name As String, inheritEnvironments As IReadOnlyCollection(Of String))

Parameters

filePath
String

The file path context where this property is being evaluated

prefixNamespace
String

The namespace

name
String

Name of property

inheritEnvironments
IReadOnlyCollection<String>

Optional environments

Applies to