IExtendedUIService.NavigateToProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to the specified property in the property browser of the workflow designer host.
public:
bool NavigateToProperty(System::String ^ propName);
public bool NavigateToProperty (string propName);
abstract member NavigateToProperty : string -> bool
Public Function NavigateToProperty (propName As String) As Boolean
Parameters
- propName
- String
The name of the property to navigate to.
Returns
true
if the property was navigated to successfully; otherwise, false
.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.