IVsFrameworkMultiTargeting2.GetSDKReferences Method
Enumerates the list of installed SDKs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function GetSDKReferences ( _
pwszSDKRootDirectory As String _
) As Array
Array GetSDKReferences(
string pwszSDKRootDirectory
)
Array^ GetSDKReferences(
[InAttribute] String^ pwszSDKRootDirectory
)
abstract GetSDKReferences :
pwszSDKRootDirectory:string -> Array
function GetSDKReferences(
pwszSDKRootDirectory : String
) : Array
Parameters
pwszSDKRootDirectory
Type: String[in] The location of the SDK root folder.
Return Value
Type: Array
An array of SDK references as paths.
.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.