TrackedDependencies Class
This class contains utility functions to assist with tracking dependencies
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.
Inheritance Hierarchy
System.Object
Microsoft.Build.Utilities.TrackedDependencies
Namespace: Microsoft.Build.Utilities
Assembly: Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)
Syntax
'Declaration
Public NotInheritable Class TrackedDependencies
public static class TrackedDependencies
public ref class TrackedDependencies abstract sealed
[<AbstractClass>]
[<Sealed>]
type TrackedDependencies = class end
public final class TrackedDependencies
The TrackedDependencies type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExpandWildcards | Expand wildcards in the item list.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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.