ISystemBackdropControllerWithTargets 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.
public interface class ISystemBackdropControllerWithTargets : ISystemBackdropController, IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65537)]
/// [Windows.Foundation.Metadata.Guid(2622946940, 39147, 24457, 173, 151, 218, 213, 127, 195, 12, 140)]
struct ISystemBackdropControllerWithTargets : ISystemBackdropController, IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65537)]
[Windows.Foundation.Metadata.Guid(2622946940, 39147, 24457, 173, 151, 218, 213, 127, 195, 12, 140)]
public interface ISystemBackdropControllerWithTargets : ISystemBackdropController, System.IDisposable
Public Interface ISystemBackdropControllerWithTargets
Implements IDisposable, ISystemBackdropController
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| State | |
Methods
| Name | Description |
|---|---|
| AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop) | |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| RemoveAllSystemBackdropTargets() | |
| RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop) | |
| SetSystemBackdropConfiguration(SystemBackdropConfiguration) | |
| SetTarget(CoreWindow, CompositionTarget) | (Inherited from ISystemBackdropController) |
| SetTarget(WindowId, CompositionTarget) | (Inherited from ISystemBackdropController) |
Events
| Name | Description |
|---|---|
| StateChanged | |