Method SetFeaturesVisible
SetFeaturesVisible(IEnumerable<Feature>, Boolean)
Sets the visibility of the given features.
Declaration
public void SetFeaturesVisible(IEnumerable<Feature> features, bool visible)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<Feature> | features | The features. |
| System.Boolean | visible | true to show, false to hide. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |