Share via


IVsFrameworkMultiTargeting2.GetSDKDisplayName Method

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)

Syntax

'Declaration
Function GetSDKDisplayName ( _
    pwszSDKRootDirectory As String _
) As String
string GetSDKDisplayName(
    string pwszSDKRootDirectory
)
String^ GetSDKDisplayName(
    [InAttribute] String^ pwszSDKRootDirectory
)
abstract GetSDKDisplayName : 
        pwszSDKRootDirectory:string -> string
function GetSDKDisplayName(
    pwszSDKRootDirectory : String
) : String

Parameters

  • pwszSDKRootDirectory
    Type: System.String

    [in] The location of the SDK root folder.

Return Value

Type: System.String
The SDK display name.

.NET Framework Security

See Also

Reference

IVsFrameworkMultiTargeting2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace