IntelliTraceFile.OpenFlags Enumeration

Specifies options to be used when the IntelliTrace file is opened.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration OpenFlags
[FlagsAttribute]
public enum OpenFlags
[FlagsAttribute]
public enum class OpenFlags
[<FlagsAttribute>]
type OpenFlags
public enum OpenFlags

Members

Member name Description
None No options.
ThrowIfFullOnClose Throw a InvalidDataException if the IntelliTrace file is full when it is closed.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace