CategoryEntry.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.