Partager via


MethodExitEvent.DataBytes Property

Gets the raw bytes of the collected output data.

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

Syntax

'Déclaration
Public Property DataBytes As IList(Of Byte)
    Get
    Private Set
public IList<byte> DataBytes { get; private set; }
public:
property IList<unsigned char>^ DataBytes {
    IList<unsigned char>^ get ();
    private: void set (IList<unsigned char>^ value);
}
member DataBytes : IList<byte> with get, private set
function get DataBytes () : IList<byte>
private function set DataBytes (value : IList<byte>)

Property Value

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

.NET Framework Security

See Also

Reference

MethodExitEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace