InstalledProductRegistrationAttribute Constructor (String, String, String, Boolean)
Initializes a new instance of InstalledProductRegistrationAttribute the specified product details..
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public Sub New ( _
productName As String, _
productDetails As String, _
productId As String, _
useVsProductId As Boolean _
)
[BrowsableAttribute(false)]
public InstalledProductRegistrationAttribute(
string productName,
string productDetails,
string productId,
bool useVsProductId
)
Parameters
- productName
Type: System.String
The product name.
- productDetails
Type: System.String
The product details.
- productId
Type: System.String
The product ID.
- useVsProductId
Type: System.Boolean
Reserved for Microsoft internal use.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InstalledProductRegistrationAttribute Class