UserVisibleFeature クラス

定義

ユーザーの見える特徴を表します。

public ref class UserVisibleFeature
public class UserVisibleFeature
type UserVisibleFeature = class
Public Class UserVisibleFeature
継承
UserVisibleFeature

コンストラクター

名前 説明
UserVisibleFeature(String, String, String, FeatureState, FeatureSkuStatus, ProductFeatureTypeCategory, Boolean, Boolean, Boolean, FeaturePrepable, FeatureUnconfigured, IList<UserVisibleFeature>)

UserVisibleFeature クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Action

フィーチャーアクションを得ます。

Category

特徴のカテゴリを取得します。

Clustered

特徴がクラスタリングされているかどうかを示す値を得ます。

Description

特徴の説明を受け取ります。

DisallowClusterFollowParent

その特徴がクラスタフォロー親を禁止しているかどうかを示す値が付与されます。

Id

機能IDを取得します。

Name

特徴の名前を手に入れます。

Prepable

準備可能機能が使えます。

PropagateSelection

選択を伝播するかどうかを示す値が付与されます。

SkuStatus

SKUステータスを取得するか設定します。

State

特徴の現状を把握できます。

SubFeatures

サブ機能も得られます。

Unconfigured

未設定の機能が使えます。

メソッド

名前 説明
GetDependentFeatures()

依存特徴を取り戻します。

GetFeatureFriendlyName(ServiceContainer, String)

特徴のフレンドリーな名前を取得します。

GetRequiredFeatures()

必要な特徴を取り戻します。

OnActionChanged()

ActionChanged イベントを発生させます。

適用対象