ToolLocationHelper.GetSDKDesignTimeFolders Method (String)

Get the list of SDK folders which contain the design-time files 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 GetSDKDesignTimeFolders ( _
    sdkRoot As String _
) As IList(Of String)
public static IList<string> GetSDKDesignTimeFolders(
    string sdkRoot
)
public:
static IList<String^>^ GetSDKDesignTimeFolders(
    String^ sdkRoot
)
static member GetSDKDesignTimeFolders : 
        sdkRoot:string -> IList<string> 
public static function GetSDKDesignTimeFolders(
    sdkRoot : String
) : IList<String>

Parameters

  • sdkRoot
    Type: System.String

    The root folder for the SDK, must contain a design-time folder.

Return Value

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

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetSDKDesignTimeFolders Overload

Microsoft.Build.Utilities Namespace