Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the IMetaDataImport interface that may be used to access this metadata of the module directly.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property Metadata As Object
Get
Private Set
public Object Metadata { get; private set; }
public:
property Object^ Metadata {
Object^ get ();
private: void set (Object^ value);
}
member Metadata : Object with get, private set
function get Metadata () : Object
private function set Metadata (value : Object)
Property Value
Type: System.Object
Remarks
If this module has no metadata, null is returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.