Share via


DkmGetMethodSymbolStoreDataAsyncResult.Scopes Property

Definition

DkmClrMethodScopeData[] describes a scope within a method. These are defined using ISymUnmanagedWriter::OpenScope/CloseScope.

public:
 property cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ Scopes { cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrMethodScopeData> ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[] Scopes { get; }
member this.Scopes : Microsoft.VisualStudio.Debugger.Clr.DkmClrMethodScopeData[]
Public ReadOnly Property Scopes As DkmClrMethodScopeData()

Property Value

Returns DkmClrMethodScopeData.

Applies to