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