UserVisibleFeature Class
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.
Represents the user visible feature.
public ref class UserVisibleFeature
public class UserVisibleFeature
type UserVisibleFeature = class
Public Class UserVisibleFeature
- Inheritance
-
UserVisibleFeature
Constructors
Properties
Action |
Gets the feature action. |
Category |
Gets the category of the feature. |
Clustered |
Gets a value that indicates whether the feature is clustered. |
Description |
Gets the description of the feature. |
DisallowClusterFollowParent |
Gets a value that indicates whether the feature disallows the cluster follow parent. |
Id |
Gets the feature ID. |
Name |
Gets the name of the feature. |
Prepable |
Gets the prepable feature. |
PropagateSelection |
Gets a value that indicates whether to propagate the selection. |
SkuStatus |
Gets or sets the SKU status. |
State |
Gets the state of the feature. |
SubFeatures |
Gets the sub features. |
Unconfigured |
Gets the unconfigured feature. |
Methods
GetDependentFeatures() |
Retrieves the dependent features. |
GetFeatureFriendlyName(ServiceContainer, String) |
Retrieves the friendly name of the feature. |
GetRequiredFeatures() |
Retrieves the required features. |
OnActionChanged() |
Raises the |