IVersionSelector Interface
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.
Functionality for selecting which versions of a grain interface should be preferred when performing grain placement.
public interface IVersionSelector
type IVersionSelector = interface
Public Interface IVersionSelector
- Derived
Methods
GetSuitableVersion(UInt16, IReadOnlyList<UInt16>, ICompatibilityDirector) | |
GetSuitableVersion(UInt16, UInt16[], ICompatibilityDirector) |
Returns a collection of suitable interface versions for a given request. |