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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.