VCProjectReference.IsProjectLoaded Property
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.
Gets whether a project is loaded.
public:
property bool IsProjectLoaded { bool get(); };
public:
property bool IsProjectLoaded { bool get(); };
[System.Runtime.InteropServices.DispId(2042)]
public bool IsProjectLoaded { [System.Runtime.InteropServices.DispId(2042)] get; }
[<System.Runtime.InteropServices.DispId(2042)>]
[<get: System.Runtime.InteropServices.DispId(2042)>]
member this.IsProjectLoaded : bool
Public ReadOnly Property IsProjectLoaded As Boolean
Property Value
true if a project is loaded.
- Attributes