ProjectPackage.OnLoadOptions Method

This member overrides Package.OnLoadOptions(String, Stream).

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overrides Sub OnLoadOptions ( _
    key As String, _
    stream As Stream _
)
'使用
Dim key As String
Dim stream As Stream

Me.OnLoadOptions(key, stream)
protected override void OnLoadOptions(
    string key,
    Stream stream
)
protected:
virtual void OnLoadOptions(
    String^ key, 
    Stream^ stream
) override
protected override function OnLoadOptions(
    key : String, 
    stream : Stream
)

Parameters

Permissions

See Also

Reference

ProjectPackage Class

ProjectPackage Members

Microsoft.VisualStudio.Package Namespace