PropertyEntryCollection.Item[String] 屬性

定義

取得此集合中具有指定之名稱的 PropertyEntry 執行個體。 此執行個體用於擷取子屬性。

public:
 abstract property System::Activities::Presentation::PropertyEditing::PropertyEntry ^ default[System::String ^] { System::Activities::Presentation::PropertyEditing::PropertyEntry ^ get(System::String ^ propertyName); };
public abstract System.Activities.Presentation.PropertyEditing.PropertyEntry this[string propertyName] { get; }
member this.Item(string) : System.Activities.Presentation.PropertyEditing.PropertyEntry
Default Public MustOverride ReadOnly Property Item(propertyName As String) As PropertyEntry

參數

propertyName
String

要取得的屬性名稱。

屬性值

含有指定名稱的屬性項目執行個體;如果不存在,則為 null

適用於