Package.OnLoadOptions(String, Stream) Method

Definition

Invoked by the package class when there are options to be read out of the solution file.

C++
protected:
 virtual void OnLoadOptions(System::String ^ key, System::IO::Stream ^ stream);

Parameters

key
String

The name of the option key to load.

stream
Stream

The stream to load the option data from.

Remarks

This method can be overridden by the deriving class to load solution options.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022