Share via


IXamlDirect.SetStringProperty(Object, XamlPropertyIndex, String) Method

Definition

Sets 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).

public:
 void SetStringProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Platform::String ^ value);
void SetStringProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, winrt::hstring const& value);
public void SetStringProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, string value);
Public Sub SetStringProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As String)

Parameters

xamlDirectObject
Object

Platform::Object

IInspectable

A reference to the specific IXamlDirect.

propertyIndex
XamlPropertyIndex

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

value
String

Platform::String

winrt::hstring

string value to set to the specified property.

Applies to

See also