IDesignerDebugView.InsertBreakpoint(SourceLocation, BreakpointTypes) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Türetilmiş bir sınıfta uygulandığında, bir dosyada belirtilen konuma bir kesme noktası koyar.
public:
void InsertBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation, System::Activities::Presentation::Debug::BreakpointTypes breakpointType);
public void InsertBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);
abstract member InsertBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub InsertBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)
Parametreler
- sourceLocation
- SourceLocation
Hedef kaynak kodu dosyasındaki belirli bir konum.
- breakpointType
- BreakpointTypes
Sınırlı, koşullu, etkin ve hiçbiri içerebilen kesme noktası türleri numaralandırması üyesi.