Package.OnLoadOptions Method
Invoked by the package class when there are options to be read out of the solution file.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Protected Overridable Sub OnLoadOptions ( _
key As String, _
stream As Stream _
)
protected virtual void OnLoadOptions(
string key,
Stream stream
)
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.
Remarks
This method can be overridden by the deriving class to load solution options.
.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.