Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.