C# Class VSEmbed.Exports.SimpleDataStorage

Inheritance: IDataStorage
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

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

Method Details

SimpleDataStorage() public méthode

public SimpleDataStorage ( System.Windows.ResourceDictionary plainTextValue ) : System
plainTextValue System.Windows.ResourceDictionary
Résultat System

TryGetItemValue() public méthode

public TryGetItemValue ( string itemKey, System.Windows.ResourceDictionary &itemValue ) : bool
itemKey string
itemValue System.Windows.ResourceDictionary
Résultat bool