WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.Notif.../Tiles/ITileBindingContentAdaptive...

14 строки
633 B
C#

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.Toolkit.Uwp.Notifications
{
/// <summary>
/// Elements that can be direct children of <see cref="TileBindingContentAdaptive"/>, including (<see cref="AdaptiveText"/>, <see cref="AdaptiveImage"/>, and <see cref="AdaptiveGroup"/>).
/// </summary>
public interface ITileBindingContentAdaptiveChild
{
// Blank interface simply for compile-enforcing the child types in the list.
}
}