PropertyValue.Source プロパティ

定義

派生クラスで実装された場合、このプロパティ値のソースについての情報を含む PropertyValueSource オブジェクトを取得します。

public:
 abstract property System::Activities::Presentation::PropertyEditing::PropertyValueSource ^ Source { System::Activities::Presentation::PropertyEditing::PropertyValueSource ^ get(); };
public abstract System.Activities.Presentation.PropertyEditing.PropertyValueSource Source { get; }
member this.Source : System.Activities.Presentation.PropertyEditing.PropertyValueSource
Public MustOverride ReadOnly Property Source As PropertyValueSource

プロパティ値

プロパティ値のソース情報を含む PropertyValueSource オブジェクト。

適用対象