ErrorItem::FileName Property

 

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

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

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

Property Value

Type: System::String^

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

Return to top
Show: