PropertyContext Class
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.
Represent a property context to be evaluated
public ref class PropertyContext : IEquatable<Microsoft::VisualStudio::Workspace::Evaluator::PropertyContext ^>
public class PropertyContext : IEquatable<Microsoft.VisualStudio.Workspace.Evaluator.PropertyContext>
type PropertyContext = class
interface IEquatable<PropertyContext>
Public Class PropertyContext
Implements IEquatable(Of PropertyContext)
- Inheritance
-
PropertyContext
- Implements
Constructors
PropertyContext(String, String, String, IReadOnlyCollection<String>) |
Initializes a new instance of the PropertyContext class. |
Properties
FilePath |
File path context |
FullName |
Name with namespace |
InheritedEnvironments |
Optional property context |
Name |
The property name |
Namespace |
Namespace of this property |
Methods
Equals(Object) | |
Equals(PropertyContext) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |