FileStreamStorage<TKey>::StorageFileExtension Property

Visual Studio 2015
 

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

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

public:
property String^ StorageFileExtension {
	String^ get();
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: