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.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
productName As String, _
productDetails As String, _
productId As String _
)
'Usage
Dim productName As String
Dim productDetails As String
Dim productId As String
Dim instance As New InstalledProductRegistrationAttribute(productName, _
productDetails, productId)
public InstalledProductRegistrationAttribute(
string productName,
string productDetails,
string productId
)
public:
InstalledProductRegistrationAttribute(
String^ productName,
String^ productDetails,
String^ productId
)
new :
productName:string *
productDetails:string *
productId:string -> InstalledProductRegistrationAttribute
public function InstalledProductRegistrationAttribute(
productName : String,
productDetails : String,
productId : String
)
Parameters
- productName
Type: System.String
- productDetails
Type: System.String
- productId
Type: System.String
.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
InstalledProductRegistrationAttribute Members