WritableSettingsStore.SetMemoryStream Method
Updates the value of the specified property to the bits of the MemoryStream while setting its data type to [!:SettingsType.Binary].
Namespace: Microsoft.VisualStudio.Settings
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Declaração
Public MustOverride Sub SetMemoryStream ( _
collectionPath As String, _
propertyName As String, _
value As MemoryStream _
)
public abstract void SetMemoryStream(
string collectionPath,
string propertyName,
MemoryStream value
)
Parameters
- collectionPath
Type: System.String
Path of the collection of the property.
- propertyName
Type: System.String
Name of the property.
- value
Type: System.IO.MemoryStream
MemoryStream to set the bits of the property.
Exceptions
Exception | Condition |
---|---|
ArgumentException | If the collection does not exist, this exception is thrown. |
Remarks
If the previous data type of the property is different, it overwrites it.
If the property does not exist, it creates one.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.