TimelineMarker.Type プロパティ

定義

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

プロパティ値

String

Platform::String

winrt::hstring

この TimelineMarker の種類を表す文字列。 既定値は空の文字列です。

適用対象