IVsaEngine.LoadSourceState(IVsaPersistSite) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void LoadSourceState(Microsoft::Vsa::IVsaPersistSite ^ site);
public void LoadSourceState (Microsoft.Vsa.IVsaPersistSite site);
abstract member LoadSourceState : Microsoft.Vsa.IVsaPersistSite -> unit
Public Sub LoadSourceState (site As IVsaPersistSite)
Parameters
- site
- IVsaPersistSite
The site from which the specified source items is loaded.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.