File: Core\IVisualTreeElementProvidable.cs | Web Access |
Project: src\src\Core\src\Core.csproj (Microsoft.Maui) |
using System; using System.Collections.Generic; using System.Text; namespace Microsoft.Maui { interface IVisualTreeElementProvidable { IVisualTreeElement? GetElement(); } } |