Package::OnSaveOptions Method (String^, Stream^)

 

Invoked by the Package class when there are options to be saved to the solution file.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnSaveOptions(
	String^ key,
	Stream^ stream
)

Parameters

key
Type: System::String^

The name of the option key to save.

stream
Type: System.IO::Stream^

The stream to save the option data to.

This method can be overridden by the deriving class to save solution options. See the section on the AddOptionKey method for details.

Return to top
Show: