XamlDebuggerXmlReader.CopyAttachedSourceLocation(Object, Object) Metod

Definition

Hämtar rad- och kolumnvärden från det angivna aktivitetsobjektet och tilldelar dem till den aktuella instansen av XAML-läsaren.

public:
 static void CopyAttachedSourceLocation(System::Object ^ source, System::Object ^ destination);
public static void CopyAttachedSourceLocation(object source, object destination);
static member CopyAttachedSourceLocation : obj * obj -> unit
Public Shared Sub CopyAttachedSourceLocation (source As Object, destination As Object)

Parametrar

source
Object

XAML-aktivitetsinstansen som källplatsvärden ska läsas från.

destination
Object

En aktivitetsinstans.

Gäller för