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

声明
ReadOnly Property FullPath As String
用法
Dim instance As VCProjectReference
Dim value As String

value = instance.FullPath
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
function get FullPath () : String

Property Value

Type: System.String

String containing the full path to the referenced assembly.

Implements

VCReference.FullPath

Permissions

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace