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

要为其返回属性实例的字符串属性名。

属性值

对应于属性名称参数的属性(如果存在);否则,null

适用于