Share via


DkmFindSymbolsAsyncResult.SymbolLocation Property

Definition

[Optional] The source location of each returned instruction symbol. The length of this array should be the same of the returned instruction symbol array.

public:
 property cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition ^> ^ SymbolLocation { cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition ^> ^ get(); };
public:
 property Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition ^> ^ SymbolLocation { Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmSourcePosition ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition[] SymbolLocation { get; }
public Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition[]? SymbolLocation { get; }
member this.SymbolLocation : Microsoft.VisualStudio.Debugger.Symbols.DkmSourcePosition[]
Public ReadOnly Property SymbolLocation As DkmSourcePosition()

Property Value

Returns DkmSourcePosition.

Applies to