Share via


SelectionType Enumeration

Definition

Gibt den Typ einer Auswahl an.

public enum class SelectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SelectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SelectionType
var value = Windows.UI.Text.SelectionType.none
Public Enum SelectionType
Vererbung
SelectionType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

InlineShape 7

Ein Bild (siehe ITextRange.InsertImage).

InsertionPoint 1

Eine Einfügemarke.

None 0

Keine Auswahl und keine Einfügemarke.

Normal 2

Ein einzelner nichtgenerierter Bereich.

Shape 8

Ein Shape.

Gilt für:

Weitere Informationen