Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Prepares the IntelliSense infrastructure for a given assembly file. You can get an instance of the interface from the SWebFileCtxService (SID_SWebFileCtxService) service.
The IWebFileCtxService type exposes the following members.
Methods
Name
Description
Add a dependent assembly to the service.
Add a file to the Intellisense coverage.
Indicates whether or not a client build manager (CBM) callback is active.
Converts a path to an application-relative path.
Opens a file by item identifier.
Retrieves the project name for this Intellisense project.
Retrieves the path to the root of the Web site.
Adds a file, if it exists, to the project.
Removes a dependent assembly from the project. The inverse of the AddDependentAssemblyFile method.
Removes a file from the Intellisense project. The inverse of the AddFileToIntellisense method.
Wait until the Intellisense project is ready to use.
Top