DkmNativeCppFunctionType.IsEllipsis Property

Definition

True if this function contains the "..." specifier, allowing variable arguments at the end of the argument list.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

public:
 property bool IsEllipsis { bool get(); };
public:
 property bool IsEllipsis { bool get(); };
public bool IsEllipsis { get; }
member this.IsEllipsis : bool
Public ReadOnly Property IsEllipsis As Boolean

Property Value

Applies to