BuildRequestData.ProjectInstance Property

Definition

The actual project, in the case where the project doesn't come from disk. May be null.

public:
 property Microsoft::Build::Execution::ProjectInstance ^ ProjectInstance { Microsoft::Build::Execution::ProjectInstance ^ get(); };
public Microsoft.Build.Execution.ProjectInstance ProjectInstance { get; }
public Microsoft.Build.Execution.ProjectInstance ProjectInstance { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProjectInstance : Microsoft.Build.Execution.ProjectInstance
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProjectInstance : Microsoft.Build.Execution.ProjectInstance
Public ReadOnly Property ProjectInstance As ProjectInstance

Property Value

The project instance.

Attributes

Remarks

Used in the case where the project is not located in disk storage.

Applies to