CategoryEntry.Item[String] Propriété

Définition

Retourne une instance de propriété de cet objet CategoryEntry en fonction du nom de la propriété.

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

Paramètres

propertyName
String

Nom de propriété de type chaîne pour lequel une instance de propriété doit être retournée.

Valeur de propriété

Propriété correspondant au paramètre de nom de propriété (le cas échéant) ; sinon, null.

S’applique à