Share via


IntelliTraceModule.Metadata Property

Gets the IMetaDataImport interface that may be used to access this metadata of the module directly.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property Metadata As Object
public Object Metadata { get; }
public:
property Object^ Metadata {
    Object^ get ();
}
member Metadata : Object with get
function get Metadata () : Object

Property Value

Type: System.Object

Remarks

If this module has no metadata, null is returned.

.NET Framework Security

See Also

Reference

IntelliTraceModule Class

Microsoft.VisualStudio.IntelliTrace Namespace