Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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.