CategoryEntry.Item[String] 屬性

定義

假設有屬性名稱,傳回這個 CategoryEntry 物件的屬性執行個體。

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

要傳回其屬性執行個體的字串屬性名稱。

屬性值

PropertyEntry

如果有屬性名稱參數存在,則為對應至該參數的屬性,否則為 null

適用於