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: String[in] The location of the SDK root folder.
Return Value
Type: String
The SDK display name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.