IVisualElement Interface

Definition

Marks an object to indicate to the system that it can resolve to a composition Visual

public interface class IVisualElement
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(562098677, 46552, 19446, 146, 10, 18, 0, 110, 99, 239, 239)]
struct IVisualElement
/// [Windows.Foundation.Metadata.Guid(562098677, 46552, 19446, 146, 10, 18, 0, 110, 99, 239, 239)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
struct IVisualElement
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.Guid(562098677, 46552, 19446, 146, 10, 18, 0, 110, 99, 239, 239)]
public interface IVisualElement
[Windows.Foundation.Metadata.Guid(562098677, 46552, 19446, 146, 10, 18, 0, 110, 99, 239, 239)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public interface IVisualElement
Public Interface IVisualElement
Derived
Attributes

Remarks

This interface is implemented by UIElement.

Applies to