NotifyPointEvent.DataBytes Property

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

Gets the raw data bytes collected with this diagnostic point.

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

Syntax

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

value = instance.DataBytes
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

NotifyPointEvent Class

NotifyPointEvent Members

Microsoft.VisualStudio.TraceLog Namespace