Package.OnLoadOptions Method (String, Stream)
Visual Studio 2015
Invoked by the package class when there are options to be read out of the solution file.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- key
-
Type:
System.String
The name of the option key to load.
- stream
-
Type:
System.IO.Stream
The stream to load the option data from.
This method can be overridden by the deriving class to load solution options.
Show: