IVsaEngine.LoadSourceState Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Directs the script engine to load source items from their point of persistence, as specified by the host-provided object that implements the IVsaPersistSite interface.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub LoadSourceState ( _
    site As IVsaPersistSite _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void LoadSourceState(
    IVsaPersistSite site
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void LoadSourceState(
    IVsaPersistSite^ site
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract LoadSourceState : 
        site:IVsaPersistSite -> unit
function LoadSourceState(
    site : IVsaPersistSite
)

Parameters

See Also

Reference

IVsaEngine Interface

Microsoft.Vsa Namespace