Share via


TimelineMarker.Type Proprietà

Definizione

Ottiene o imposta il tipo di marcatore di un TimelineMarker.

public:
 property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();

void Type(winrt::hstring value);
public string Type { get; set; }
var string = timelineMarker.type;
timelineMarker.type = string;
Public Property Type As String

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che descrive il tipo di timelineMarker. Il valore predefinito è una stringa vuota.

Si applica a