Solution2::FullName Property

 

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

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

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

Property Value

Type: System::String^

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: