C# Class EventStore.VSTools.PropertyPages.PropertyPageBase

Inheritance: Microsoft.VisualStudio.Project.SettingsPage
Afficher le fichier Open project: AlexeyRaga/esvstools

Méthodes protégées

Méthode Description
Evaluate ( string value ) : string

Expand property in value.

GetPropertyValue ( string propertyName ) : string
SetPropertyValue ( string propertyName, string value ) : void

Method Details

Evaluate() protected méthode

Expand property in value.
protected Evaluate ( string value ) : string
value string Value whith $(...) splaces.
Résultat string

GetPropertyValue() protected méthode

protected GetPropertyValue ( string propertyName ) : string
propertyName string
Résultat string

SetPropertyValue() protected méthode

protected SetPropertyValue ( string propertyName, string value ) : void
propertyName string
value string
Résultat void