SavedMetadataEvent.MetadataBlob Property

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

Gets the module's metadata.

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

Syntax

'Declaration
Public Property MetadataBlob As IList(Of Byte)
    Get
    Private Set
'Usage
Dim instance As SavedMetadataEvent
Dim value As IList(Of Byte)

value = instance.MetadataBlob
public IList<byte> MetadataBlob { get; private set; }
public:
property IList<unsigned char>^ MetadataBlob {
    IList<unsigned char>^ get ();
    private: void set (IList<unsigned char>^ value);
}
member MetadataBlob : IList<byte> with get, private set
function get MetadataBlob () : IList<byte>
private function set MetadataBlob (value : IList<byte>)

Property Value

Type: System.Collections.Generic.IList<Byte>

.NET Framework Security

See Also

Reference

SavedMetadataEvent Class

SavedMetadataEvent Members

Microsoft.VisualStudio.TraceLog Namespace