IExtendedUIService.NavigateToProperty(String) Méthode
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.
Navigue jusqu'à la propriété spécifiée dans l'explorateur de propriétés de l'hôte de concepteur de workflow.
public:
bool NavigateToProperty(System::String ^ propName);
public bool NavigateToProperty (string propName);
abstract member NavigateToProperty : string -> bool
Public Function NavigateToProperty (propName As String) As Boolean
Paramètres
- propName
- String
Nom de la propriété jusqu'à laquelle naviguer.
Retours
true
si la propriété a été atteinte ; sinon, false
.