IsCodeFileRequestEventArgs.IsCodeFile Property
Gets or sets a value that indicates whether the file will have a build action of InBuild, and should therefore be processed by the model.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property IsCodeFile As Boolean
public bool IsCodeFile { get; set; }
public:
property bool IsCodeFile {
bool get ();
void set (bool value);
}
member IsCodeFile : bool with get, set
function get IsCodeFile () : boolean
function set IsCodeFile (value : boolean)
Property Value
Type: System.Boolean
Remarks
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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace