IDesignerDebugView.GetExactLocation(SourceLocation) 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, yaklaşık bir konuma göre kaynak dosyada tam bir konum döndürür.
public:
System::Activities::Debugger::SourceLocation ^ GetExactLocation(System::Activities::Debugger::SourceLocation ^ approximateLocation);
public System.Activities.Debugger.SourceLocation GetExactLocation (System.Activities.Debugger.SourceLocation approximateLocation);
abstract member GetExactLocation : System.Activities.Debugger.SourceLocation -> System.Activities.Debugger.SourceLocation
Public Function GetExactLocation (approximateLocation As SourceLocation) As SourceLocation
Parametreler
- approximateLocation
- SourceLocation
Bir kaynak dosya içinde yer alan ve geçersiz olduğu bilinen bir konum.
Döndürülenler
Kaynak dosya içinde tam olarak bir konum.