Share via


TraceModule.Symbols Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the ISymUnmanagedReader interface that may be used to access this module's symbols directly.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property Symbols As Object
    Get
    Private Set
'Usage
Dim instance As TraceModule
Dim value As Object

value = instance.Symbols
public Object Symbols { get; private set; }
public:
property Object^ Symbols {
    Object^ get ();
    private: void set (Object^ value);
}
member Symbols : Object with get, private set
function get Symbols () : Object
private function set Symbols (value : Object)

Property Value

Type: System.Object

Remarks

If there are no symbols for this module or symbols have not been explicitly loaded, null is returned.

.NET Framework Security

See Also

Reference

TraceModule Class

TraceModule Members

Microsoft.VisualStudio.TraceLog Namespace