Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 982 Bytes

xamldirect_getobjectproperty_1106566201.md

File metadata and controls

28 lines (20 loc) · 982 Bytes
-api-id -api-type ms.custom
M:Windows.UI.Xaml.Core.Direct.XamlDirect.GetObjectProperty(Windows.UI.Xaml.Core.Direct.IXamlDirectObject,Windows.UI.Xaml.Core.Direct.XamlPropertyIndex)
winrt method
RS5

Windows.UI.Xaml.Core.Direct.XamlDirect.GetObjectProperty

-description

Gets the value of an object property for a specific IXamlDirectObject.

-parameters

-param xamlDirectObject

A reference to the specific IXamlDirectObject.

-param propertyIndex

A reference to the object property to get the value of from the list of supported properties in XamlPropertyIndex enum.

-returns

object value of the specified property.

-see-also

XamlDirect.SetObjectTimeProperty