C# 클래스 EventStore.VSTools.PropertyPages.PropertyPageBase

상속: Microsoft.VisualStudio.Project.SettingsPage
파일 보기 프로젝트 열기: AlexeyRaga/esvstools

보호된 메소드들

메소드 설명
Evaluate ( string value ) : string

Expand property in value.

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

메소드 상세

Evaluate() 보호된 메소드

Expand property in value.
protected Evaluate ( string value ) : string
value string Value whith $(...) splaces.
리턴 string

GetPropertyValue() 보호된 메소드

protected GetPropertyValue ( string propertyName ) : string
propertyName string
리턴 string

SetPropertyValue() 보호된 메소드

protected SetPropertyValue ( string propertyName, string value ) : void
propertyName string
value string
리턴 void