VSWebProjectItem.Load Method ()
Loads the file project item.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
void Load()
void Load()
abstract Load : unit -> unit
Sub Load
Remarks
This method loads the project item into a hidden document window. This is necessary to get the code model for ASP.NET Web pages. This method is applicable only for file objects.
See Also
VSWebProjectItem Interface
VsWebSite Namespace
Return to top