Breakpoint3::File Property

 

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

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

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

Property Value

Type: System::String^

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

Return to top
Show: