MsiComponentIdAttribute Constructor (String^)
Visual Studio 2015
This constructor creates a new MsiComponentIdAttribute object.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- id
-
Type:
System::String^
The Windows Installer component ID. The MSI component registration ID is used to indicate the installation path to the component within the Windows Installer.
The Visual C# language automatically appends the word "Attribute" to the name of any attribute class. In Visual C# code, refer to this attribute as MsiComponentId.
Show: