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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.