IXamlDirect.SetTimeSpanProperty(Object, XamlPropertyIndex, TimeSpan) 方法

定义

设置特定 IXamlDirectTimeSpan 属性的值。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 void SetTimeSpanProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, TimeSpan value);
void SetTimeSpanProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, TimeSpan const& value);
public void SetTimeSpanProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, System.TimeSpan value);
Public Sub SetTimeSpanProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As TimeSpan)

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

TimeSpan 属性的引用,在 XamlPropertyIndex 枚举中设置受支持属性列表中的值。

value
TimeSpan TimeSpan

要设置为指定属性的 TimeSpan 值。

适用于

另请参阅