VCProjectReference.FullPath Property

Gets the full path to the referenced assembly.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property FullPath As String
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
abstract FullPath : string with get
function get FullPath () : String

Property Value

Type: String
String containing the full path to the referenced assembly.

.NET Framework Security

See Also

Reference

VCProjectReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace