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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.