次の方法で共有


XamlDirect.SetStringProperty メソッド

定義

特定の IXamlDirectObject文字列プロパティの値を設定します。

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)

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

XamlPropertyIndex 列挙型でサポートされているプロパティの一覧から の値を設定する文字列プロパティへの参照。

value
String

Platform::String

winrt::hstring

指定 したプロパティに設定する文字列値。

適用対象

こちらもご覧ください