VCActiveXReference.FullPath Property

Gets the full path of the project file.

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
The path of the project file.

.NET Framework Security

See Also

Reference

VCActiveXReference Interface

Microsoft.VisualStudio.VCProjectEngine Namespace