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.
Registers a component with the Visual Studio Analyzer framework.
Syntax
HRESULT VSARegisterSource([in, string] wchar_t**strVisibleName*,
[in, string] wchar_t**guidSourceID***)**;
Parameters
strVisibleName
The name of the component or system that will be firing events. This name is visible to the user. You must use ANSI characters for the name.
guidSourceID
A unique identifier for this component.