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 Visual Studio Analyzer.
Syntax
| Visual Basic | object.RegisterSource(strVisibleName As String, guidSourceID As String) |
| Visual C++ | HRESULT RegisterSource([in] LPCOLESTRstrVisibleName, [in] REFGUIDguidSourceID); |
| Visual J++ | object.RegisterSource(String strVisibleName, String guidSourceID); |
Parameters
object
A unique instance of the installer object.
strVisibleName
The name of the component that will be firing events. This name is visible to the Visual Studio Analyzer user. You must use Unicode characters from the ANSI character set for the name.
guidSourceID
A unique identifier for this component.