IVsFrameworkMultiTargeting2.GetSDKDisplayName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Takes the location of the SDK root folder and returns the SDK display name.
public:
System::String ^ GetSDKDisplayName(System::String ^ pwszSDKRootDirectory);
public:
Platform::String ^ GetSDKDisplayName(Platform::String ^ pwszSDKRootDirectory);
std::wstring GetSDKDisplayName(std::wstring const & pwszSDKRootDirectory);
public string GetSDKDisplayName (string pwszSDKRootDirectory);
abstract member GetSDKDisplayName : string -> string
Public Function GetSDKDisplayName (pwszSDKRootDirectory As String) As String
Parameters
- pwszSDKRootDirectory
- String
[in] The location of the SDK root folder.
Returns
The SDK display name.