FileStreamStorage<TKey> Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

NameDescription
System_CAPS_pubpropertyEnableRaisingEvents

System_CAPS_pubpropertyIsDisposed

This API supports the product infrastructure and is not intended to be used directly from your code. Returns whether the object has been disposed once, which protects against double disposal.(Inherited from DisposableObject.)

System_CAPS_pubpropertyItem[TKey]

Open an existing stream in storage for reading.

System_CAPS_pubpropertyStorageFileExtension

Gets or sets the extension for contained files. If set to AllExtensions, the storage will recognize all files in the storage directory.

System_CAPS_pubpropertyStoragePath

Gets or sets the directory that will contain the stored files.

Return to top
Show: