IXamlDirect.SetDateTimeProperty(Object, XamlPropertyIndex, DateTime) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置特定 IXamlDirect 的 DateTimeOffset 属性的值。
本文档适用于 Windows 应用 SDK 中 WinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。
public:
void SetDateTimeProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, DateTime value);
void SetDateTimeProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, DateTime const& value);
public void SetDateTimeProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, System.DateTimeOffset value);
Public Sub SetDateTimeProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As DateTimeOffset)
参数
- xamlDirectObject
-
Object
Platform::Object
IInspectable
对特定 IXamlDirect 的引用。
- propertyIndex
- XamlPropertyIndex
对 DateTimeOffset 属性的引用,在 XamlPropertyIndex 枚举中设置受支持属性列表中的值。
- value
- DateTime DateTimeOffset
要设置为指定属性的 DateTimeOffset 值。