Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.26 KB

ixamldirect_getstringproperty_134737284.md

File metadata and controls

39 lines (22 loc) · 1.26 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Core.Direct.IXamlDirect.GetStringProperty(System.Object,Microsoft.UI.Xaml.Core.Direct.XamlPropertyIndex)
winrt method

Microsoft.UI.Xaml.Core.Direct.IXamlDirect.GetStringProperty(System.Object,Microsoft.UI.Xaml.Core.Direct.XamlPropertyIndex)

-description

Gets the value of a string property for a specific IXamlDirect.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-parameters

-param xamlDirectObject

A reference to the specific IXamlDirect.

-param propertyIndex

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

-returns

string value of the specified property.

-remarks

-see-also

IXamlDirect.SetStringProperty(System.Object,Microsoft.UI.Xaml.Core.Direct.XamlPropertyIndex,System.String)

-examples