Project::FullName Property

 

Gets the full path and name of the Project object's file.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ FullName {
	String^ get();
}

Property Value

Type: System::String^

A string representing the full path and name of the Project object's file.

The FullName property is known as the FileName property in some versions of Visual Studio.

No code example is currently available or this language may not be supported.
Return to top
Show: