Method GetPopupDefinition
GetPopupDefinition(Feature)
Gets the popup definition for the given feature in the feature table.
Declaration
public PopupDefinition GetPopupDefinition(Feature feature)
Parameters
Type | Name | Description |
---|---|---|
Feature | feature | The feature to retrieve the popup definition for. |
Returns
Type | Description |
---|---|
PopupDefinition | If the feature has a popup definition override, this popup definition override is returned (see SetPopupDefinitionOverride(Feature, PopupDefinition)),
otherwise the popup definition of the feature table is returned.
If the given feature is not in the table, |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |