Import.EvaluatedProjectPath Property

Definition

Gets the fully qualified path of the file specified in the Name attribute of the Import element.

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

Property Value

The fully qualified path of the file specified in the Name attribute of the Import element.

Attributes

Applies to