IVsFrameworkMultiTargeting2::GetSDKReferences Method (String^)

 

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)

Array^ GetSDKReferences(
	String^ pwszSDKRootDirectory
)

Parameters

pwszSDKRootDirectory
Type: System::String^

[in] The location of the SDK root folder.

Return Value

Type: System::Array^

An array of SDK references as paths.

Return to top
Show: