Share via


IVsIntellisenseProject.IsWebFileRequiredByProject(Int32) Method

Definition

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.

Applies to