| StorageContentManagerStorage Property |
Gets the storage that provides the content.
Namespace: DigitalRune.StoragesAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public IStorage Storage { get; }
Public ReadOnly Property Storage As IStorage
Get
public:
virtual property IStorage^ Storage {
IStorage^ get () sealed;
}
abstract Storage : IStorage with get
override Storage : IStorage with get
Property Value
Type:
IStorageThe storage that provides the content.
Implements
IStorageProviderStorageSee Also