PropertyContext Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt einen Eigenschafts Kontext dar, der ausgewertet werden soll.
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)
- Vererbung
-
PropertyContext
- Implementiert
Konstruktoren
| PropertyContext(String, String, String, IReadOnlyCollection<String>) |
Initialisiert eine neue Instanz der PropertyContext-Klasse. |
Eigenschaften
| FilePath |
Dateipfad-Kontext |
| FullName |
Name mit Namespace |
| InheritedEnvironments |
Optionaler Eigenschafts Kontext |
| Name |
Der Eigenschaftsname. |
| Namespace |
Namespace dieser Eigenschaft |
Methoden
| 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. |