次の方法で共有


AttachedPropertiesService.AddProperty(AttachedProperty) メソッド

定義

指定されたプロパティを現在のインスタンスのプロパティに追加します。

public:
 void AddProperty(System::Activities::Presentation::Model::AttachedProperty ^ property);
public void AddProperty (System.Activities.Presentation.Model.AttachedProperty property);
member this.AddProperty : System.Activities.Presentation.Model.AttachedProperty -> unit
Public Sub AddProperty (property As AttachedProperty)

パラメーター

property
AttachedProperty

追加するプロパティ。

適用対象