Gets the full path of the project file. This property is read-only.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
ReadOnly Property FullPath As String
用法
Dim instance As VCFile
Dim value As String
value = instance.FullPath
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
function get FullPath () : String
Property Value
Type: System.String
The path of the project file.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.