Share via


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 类型的字符串。 默认值为空字符串。

适用于