XamlDirect.SetStringProperty(IXamlDirectObject, XamlPropertyIndex, String)
XamlDirect.SetStringProperty(IXamlDirectObject, XamlPropertyIndex, String)
XamlDirect.SetStringProperty(IXamlDirectObject, XamlPropertyIndex, String)
XamlDirect.SetStringProperty(IXamlDirectObject, XamlPropertyIndex, String)
Method
Definition
Sets the value of a string property for a specific IXamlDirectObject.
public : void SetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Platform::String value)
void SetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, winrt::hstring value) const;
public void SetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, String value)
Public Sub SetStringProperty(xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As String)
Parameters
- xamlDirectObject
- IXamlDirectObject IXamlDirectObject
A reference to the specific IXamlDirectObject.
- propertyIndex
- XamlPropertyIndex XamlPropertyIndex
A reference to the string property to set the value of from the list of supported properties in XamlPropertyIndex enum.
- value
- String String
string value to set to the specified property.
See also
Feedback
Loading feedback...