XamlDirect.SetXamlDirectObjectProperty メソッド

定義

public:
 virtual void SetXamlDirectObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, IXamlDirectObject ^ value) = SetXamlDirectObjectProperty;
void SetXamlDirectObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, IXamlDirectObject const& value);
public void SetXamlDirectObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, IXamlDirectObject value);
function setXamlDirectObjectProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetXamlDirectObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As IXamlDirectObject)

パラメーター

xamlDirectObject
IXamlDirectObject

特定の IXamlDirectObject への参照。

propertyIndex
XamlPropertyIndex

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

value
IXamlDirectObject

指定したプロパティに設定する IXamlDirectObject 値。

適用対象

こちらもご覧ください