References2::AddSDK Method (String^, String^)
Visual Studio 2015
Adds a reference to the specified SDK to the project.
Assembly: VSLangProj110 (in VSLangProj110.dll)
Parameters
- wszSDKDisplayName
-
Type:
System::String^
The optional display name for the SDK. If this is null or empty, the name extracted from wszSDKidentifier is used as the display name.
- wszSDKidentifier
-
Type:
System::String^
Required. The identifier of the SDK. This string must take the form “<SDK name>, version=<version number>”, for example “MyExtensionSDK, version=1.0.0.0”.
Show: