SdkResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract interface for classes that can resolve a Software Development Kit (SDK).
public ref class SdkResolver abstract
public abstract class SdkResolver
type SdkResolver = class
Public MustInherit Class SdkResolver
- Inheritance
-
SdkResolver
Constructors
SdkResolver() |
Properties
Name |
Gets the name of the SdkResolver to be displayed in build output log. |
Priority |
Gets the self-described resolution priority order. MSBuild will sort resolvers by this value. |
Methods
Resolve(SdkReference, SdkResolverContext, SdkResultFactory) |
Resolves the specified SDK reference. |