Partager via


ClaimedLineDisplay.SupportedScreenSizesInCharacters Propriété

Définition

Obtient les tailles d’écran prises en charge par l’affichage de ligne.

public:
 property IVectorView<Size> ^ SupportedScreenSizesInCharacters { IVectorView<Size> ^ get(); };
IVectorView<Size> SupportedScreenSizesInCharacters();
public IReadOnlyList<Size> SupportedScreenSizesInCharacters { get; }
var iVectorView = claimedLineDisplay.supportedScreenSizesInCharacters;
Public ReadOnly Property SupportedScreenSizesInCharacters As IReadOnlyList(Of Size)

Valeur de propriété

Liste contenant les tailles que l’appareil prend en charge. Chaque taille est représentée sous la forme d’une paire de lignes et de colonnes.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

S’applique à