References2::AddSDK Method (String^, String^)

 

Adds a reference to the specified SDK to the project.

Namespace:   VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Reference^ AddSDK(
	String^ wszSDKDisplayName,
	String^ wszSDKidentifier
)

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”.

Return Value

Type: VSLangProj::Reference^

Returns a Reference for the specified SDK.

Return to top
Show: