Gets or sets a value specifying whether the file should be included
into the associated project.
| C# | Visual Basic | Visual C++ |
public override CheckState IncludeFile { get; set; }
Public Overrides Property IncludeFile As CheckState
public: virtual property CheckState IncludeFile { CheckState get () override; void set (CheckState value) override; }
A value specifying whether to include the file into the associated project.
