_Solution::FullName Property

 

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

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

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

Property Value

Type: System::String^

The full path and name of the object's file.

The FullName property was previously known as the FileName property in prior versions of Visual Studio.

Return to top
Show: