IStreamStorageKeyFactory<T> Interface

Visual Studio 2015
 

Represents an IStreamStorage key object factory that takes as parameter a stream name.

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

generic<typename T>
public interface class IStreamStorageKeyFactory

Type Parameters

T

The type.

NameDescription
System_CAPS_pubmethodCreateKey(String^)

Creates the key for the s

Return to top
Show: