Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 high_method_prefix. C++ Specific
Specifies a prefix to be used in naming high-level properties and methods.
Syntax
high_method_prefix
("Prefix")
Parameters
Prefix
Prefix to be used.
Remarks
By default, high-level error-handling properties and methods are exposed by member functions named without a prefix. The names are from the type library.
END C++ Specific