SettingsStore.GetMemoryStream(String, 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.
public:
abstract System::IO::MemoryStream ^ GetMemoryStream(System::String ^ collectionPath, System::String ^ propertyName);
public abstract System.IO.MemoryStream GetMemoryStream (string collectionPath, string propertyName);
abstract member GetMemoryStream : string * string -> System.IO.MemoryStream
Public MustOverride Function GetMemoryStream (collectionPath As String, propertyName As String) As MemoryStream
Parameters
- collectionPath
- String
Path of the collection of the property.
- propertyName
- String
Name of the property.
Returns
MemoryStream for the stream of bytes this property.
Exceptions
Throws this exception if the property is of different type or if it does not exist.
Remarks
This method is safe to access from any thread.