IVsIntellisenseProject.IsWebFileRequiredByProject(Int32) 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.
Indicates whether or not an Intellisense project can include Web files. Visual Basic projects cannot, Visual C# projects can.
public:
int IsWebFileRequiredByProject([Runtime::InteropServices::Out] int % pbReq);
int IsWebFileRequiredByProject([Runtime::InteropServices::Out] int & pbReq);
public int IsWebFileRequiredByProject (out int pbReq);
abstract member IsWebFileRequiredByProject : int -> int
Public Function IsWebFileRequiredByProject (ByRef pbReq As Integer) As Integer
Parameters
- pbReq
- Int32
[out] Boolean. Set to true
if the Web files can be added to the Intellisense project.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.