Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of InstalledProductRegistrationAttribute the specified product details..
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<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
)
[BrowsableAttribute(false)]
public:
InstalledProductRegistrationAttribute(
String^ productName,
String^ productDetails,
String^ productId,
bool useVsProductId
)
[<BrowsableAttribute(false)>]
new :
productName:string *
productDetails:string *
productId:string *
useVsProductId:bool -> InstalledProductRegistrationAttribute
public function InstalledProductRegistrationAttribute(
productName : String,
productDetails : String,
productId : String,
useVsProductId : boolean
)
Parameters
productName
Type: StringThe product name.
productDetails
Type: StringThe product details.
productId
Type: StringThe product ID.
useVsProductId
Type: BooleanReserved 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