IConfigPlatform 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.
Base interface for marker classes that identify target platforms for platform specific effects.
public interface IConfigPlatform
type IConfigPlatform = interface
- Derived
Remarks
Developers pass the type name of a predefined platform-specific implementation of this marker class to the On<T>() method to specify the underlying control on which to run a platform-specific effect.