ArgTraits::args Constant
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at ArgTraits::args Constant.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
static const int args = -1; ;
Remarks
Keeps count of the number of parameters on the Invoke method of a delegate interface.
Remarks
When args
equals -1 indicates there can be no match for the Invoke method signature.
Requirements
Header: event.h
Namespace: Microsoft::WRL::Details