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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.