Solution4::FullName Property

 

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

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

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

Property Value

Type: System::String^

Gets a string that is the full path and name of the 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: