IsCodeFileRequestEventArgs.IsCodeFile Property
Gets or sets whether the file should have a build action of InBuild, and thus processed by the model.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property IsCodeFile As Boolean
Get
Set
'Usage
Dim instance As IsCodeFileRequestEventArgs
Dim value As Boolean
value = instance.IsCodeFile
instance.IsCodeFile = value
public bool IsCodeFile { get; set; }
public:
property bool IsCodeFile {
bool get ();
void set (bool value);
}
function get IsCodeFile () : boolean
function set IsCodeFile (value : boolean)
member IsCodeFile : bool with get, set
Property Value
Type: System.Boolean
Remarks
Set this property to true to indicate the file should have a build action of InBuild, and thus be processed by the model. If you set the BuildAction to something other than InBuild, this property is automatically set to false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IsCodeFileRequestEventArgs Class
IsCodeFileRequestEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace