Breakpoint::File Property

 

Gets the name of the file that contains the breakpoint or a declaration of the parent object.

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

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

Property Value

Type: System::String^

A string representing a file name.

The following example demonstrates how to use the File property.

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