ModelItem.Sources 屬性

定義

取得保存這個值的所有屬性。

public:
 abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelProperty ^> ^ Sources { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelProperty ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelProperty> Sources { get; }
member this.Sources : seq<System.Activities.Presentation.Model.ModelProperty>
Public MustOverride ReadOnly Property Sources As IEnumerable(Of ModelProperty)

屬性值

這個值的來源。

適用於