IVsFrameworkMultiTargeting2::GetSDKDisplayName Method (String^)

 

Takes the location of the SDK root folder and returns the SDK display name.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

String^ GetSDKDisplayName(
	String^ pwszSDKRootDirectory
)

Parameters

pwszSDKRootDirectory
Type: System::String^

[in] The location of the SDK root folder.

Return Value

Type: System::String^

The SDK display name.

Return to top
Show: