This member overrides Package.OnSaveOptions(String, Stream).
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overrides Sub OnSaveOptions ( _
key As String, _
stream As Stream _
)
'使用
Dim key As String
Dim stream As Stream
Me.OnSaveOptions(key, stream)
protected override void OnSaveOptions(
string key,
Stream stream
)
protected:
virtual void OnSaveOptions(
String^ key,
Stream^ stream
) override
protected override function OnSaveOptions(
key : String,
stream : Stream
)
Parameters
- key
Type: System.String
- stream
Type: System.IO.Stream
Permissions
- 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.