PropertyEntryCollection.Item[String] Property

Definition

Gets a PropertyEntry instance with the specified name from this collection. It is used for sub-property retrieval.

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

Parameters

propertyName
String

The name of the property to get.

Property Value

A property entry instance with the specified name; or null if it does not exist.

Applies to