Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

xamldirect_getxamldirectobjectproperty_338906031.md

File metadata and controls

29 lines (20 loc) · 1.11 KB
-api-id -api-type ms.custom
M:Windows.UI.Xaml.Core.Direct.XamlDirect.GetXamlDirectObjectProperty(Windows.UI.Xaml.Core.Direct.IXamlDirectObject,Windows.UI.Xaml.Core.Direct.XamlPropertyIndex)
winrt method
RS5

Windows.UI.Xaml.Core.Direct.XamlDirect.GetXamlDirectObjectProperty

-description

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

-parameters

-param xamlDirectObject

A reference to the specific IXamlDirectObject.

-param propertyIndex

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

-returns

IXamlDirectObject value of the specified property.

-see-also

XamlDirect.SetXamlDirectObjectProperty