PropertyContext Class

Definition

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.

Applies to