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.
Note: This API is now obsolete.
Initializes a new InstalledProductRegistrationAttribute instance for the specified product.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<ObsoleteAttribute("This InstalledProductRegistrationAttribute constructor has been deprecated. Please use other constructor instead.")> _
Public Sub New ( _
useInterface As Boolean, _
productName As String, _
productDetails As String, _
productId As String _
)
[BrowsableAttribute(false)]
[ObsoleteAttribute("This InstalledProductRegistrationAttribute constructor has been deprecated. Please use other constructor instead.")]
public InstalledProductRegistrationAttribute(
bool useInterface,
string productName,
string productDetails,
string productId
)
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"This InstalledProductRegistrationAttribute constructor has been deprecated. Please use other constructor instead.")]
public:
InstalledProductRegistrationAttribute(
bool useInterface,
String^ productName,
String^ productDetails,
String^ productId
)
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("This InstalledProductRegistrationAttribute constructor has been deprecated. Please use other constructor instead.")>]
new :
useInterface:bool *
productName:string *
productDetails:string *
productId:string -> InstalledProductRegistrationAttribute
public function InstalledProductRegistrationAttribute(
useInterface : boolean,
productName : String,
productDetails : String,
productId : String
)
Parameters
useInterface
Type: Booleantrue if the package implements the IVsInstalledProduct interface to collect and display the information, otherwise false.
productName
Type: StringThe name of the product.
productDetails
Type: StringThe detailed description of the product.
productId
Type: StringThe product ID.
Remarks
This constructor validates the specified information and its corresponding resource IDs.
.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