Breakpoint2::File Property

 

Gets the name of the file in which the breakpoint is contained.

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

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

Property Value

Type: System::String^

A string containing the name of the file in which the breakpoint is contained.

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: