Compartir a través de


XamlDirect.SetStringProperty Método

Definición

Establece el valor de una propiedad de cadena para un IXamlDirectObject específico.

public:
 virtual void SetStringProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Platform::String ^ value) = SetStringProperty;
void SetStringProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, winrt::hstring const& value);
public void SetStringProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, string value);
function setStringProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetStringProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As String)

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al objeto IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

Referencia a la propiedad string para establecer el valor de de la lista de propiedades admitidas en la enumeración XamlPropertyIndex .

value
String

Platform::String

winrt::hstring

valor de cadena que se va a establecer en la propiedad especificada.

Se aplica a

Consulte también