C# Class VSEmbed.Exports.SimpleDataStorage

Inheritance: IDataStorage
显示文件 Open project: SLaks/VSEmbed

Public Methods

Method Description
SimpleDataStorage ( System.Windows.ResourceDictionary plainTextValue ) : System
TryGetItemValue ( string itemKey, System.Windows.ResourceDictionary &itemValue ) : bool

Method Details

SimpleDataStorage() public method

public SimpleDataStorage ( System.Windows.ResourceDictionary plainTextValue ) : System
plainTextValue System.Windows.ResourceDictionary
return System

TryGetItemValue() public method

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