ToolLocationHelper.GetSDKReferenceFolders Method (String)

Get the list of SDK folders which contain the references for the SDK at the specified SDK root. The list is in the order that must be used in searching for references.

MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Public Shared Function GetSDKReferenceFolders ( _
    sdkRoot As String _
) As IList(Of String)
public static IList<string> GetSDKReferenceFolders(
    string sdkRoot
)
public:
static IList<String^>^ GetSDKReferenceFolders(
    String^ sdkRoot
)
static member GetSDKReferenceFolders : 
        sdkRoot:string -> IList<string> 
public static function GetSDKReferenceFolders(
    sdkRoot : String
) : IList<String>

Parameters

Return Value

Type: IList<String>
Returns the list of folders to be used in searching for references in the SDK, in the order that must be used for the search.

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetSDKReferenceFolders Overload

Microsoft.Build.Utilities Namespace