Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.18 KB

xamldirect_setxamldirectobjectproperty_748933589.md

File metadata and controls

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

Windows.UI.Xaml.Core.Direct.XamlDirect.SetXamlDirectObjectProperty

-description

Sets 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 set the value of from the list of supported properties in XamlPropertyIndex enum.

-param value

IXamlDirectObject value to set to the specified property.

-see-also

XamlDirect.GetXamlDirectObjectProperty