C# 클래스 VSEmbed.Exports.SimpleDataStorage

상속: IDataStorage
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
SimpleDataStorage ( System.Windows.ResourceDictionary plainTextValue ) : System
TryGetItemValue ( string itemKey, System.Windows.ResourceDictionary &itemValue ) : bool

메소드 상세

SimpleDataStorage() 공개 메소드

public SimpleDataStorage ( System.Windows.ResourceDictionary plainTextValue ) : System
plainTextValue System.Windows.ResourceDictionary
리턴 System

TryGetItemValue() 공개 메소드

public TryGetItemValue ( string itemKey, System.Windows.ResourceDictionary &itemValue ) : bool
itemKey string
itemValue System.Windows.ResourceDictionary
리턴 bool