IStreamStorageKeyFactory<T>.CreateKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the key for the s
public:
T CreateKey(System::String ^ streamName);
public:
T CreateKey(Platform::String ^ streamName);
T CreateKey(std::wstring const & streamName);
public T CreateKey (string streamName);
abstract member CreateKey : string -> 'T
Public Function CreateKey (streamName As String) As T
Parameters
- streamName
- String
The name of the stream
Returns
T
The type.