References2.AddSDK(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une référence au kit de développement logiciel spécifié pour le projet.
public:
VSLangProj::Reference ^ AddSDK(System::String ^ wszSDKDisplayName, System::String ^ wszSDKidentifier);
public:
VSLangProj::Reference ^ AddSDK(Platform::String ^ wszSDKDisplayName, Platform::String ^ wszSDKidentifier);
VSLangProj::Reference AddSDK(std::wstring const & wszSDKDisplayName, std::wstring const & wszSDKidentifier);
[System.Runtime.InteropServices.DispId(9)]
public VSLangProj.Reference AddSDK (string wszSDKDisplayName, string wszSDKidentifier);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member AddSDK : string * string -> VSLangProj.Reference
Public Function AddSDK (wszSDKDisplayName As String, wszSDKidentifier As String) As Reference
Paramètres
- wszSDKDisplayName
- String
Nom complet facultatif du kit de développement logiciel (SDK). Si la valeur est null ou vide, le nom extrait de wszSDKidentifier est utilisé comme nom d’affichage.
- wszSDKidentifier
- String
Obligatoire. Identificateur du kit de développement logiciel (SDK). Cette chaîne doit être au format « < nom du kit de développement logiciel > (SDK), version = < numéro > de version », par exemple « MyExtensionSDK, version = 1.0.0.0 ».
Retours
Retourne une Reference pour le kit de développement logiciel spécifié.
- Attributs