PropertyContext Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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