ProjectItemInstance.Project 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.
Owning project
public:
property Microsoft::Build::Execution::ProjectInstance ^ Project { Microsoft::Build::Execution::ProjectInstance ^ get(); };
public Microsoft.Build.Execution.ProjectInstance Project { get; }
public Microsoft.Build.Execution.ProjectInstance Project { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Project : Microsoft.Build.Execution.ProjectInstance
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Project : Microsoft.Build.Execution.ProjectInstance
Public ReadOnly Property Project As ProjectInstance
Property Value
The owning project.
- Attributes