InstalledProductRegistrationAttribute, constructeur (Boolean, String, String, String)
Remarque : cette API est maintenant obsolète.
Initialise une nouvelle instance d'InstalledProductRegistrationAttribute pour le produit spécifié.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- useInterface
Type : System.Boolean
true si le package implémente l'interface d'IVsInstalledProduct pour collecter et afficher des informations, sinon false.
- productName
Type : System.String
Le nom du produit.
- productDetails
Type : System.String
La description détaillée du produit.
- productId
Type : System.String
L'ID de produit.
Remarques
Ce constructeur valide les informations spécifiées et ses identificateurs correspondants de ressource.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
InstalledProductRegistrationAttribute Classe