Langue

CategoryEntry.Item[String] Propriété

Définition

Retourne une instance de propriété de cet CategoryEntry objet 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 la propriété de chaîne pour laquelle retourner une instance de propriété.

Valeur de propriété

Propriété correspondant au paramètre de nom de propriété s’il en existe un ; sinon, null.

S’applique à