FeatureSettings.SelectedFeatures プロパティ

定義

選択した機能を取得または設定します。

public:
 virtual property cli::array <System::String ^> ^ SelectedFeatures { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public virtual string[] SelectedFeatures { get; set; }
member this.SelectedFeatures : string[] with get, set
Public Overridable Property SelectedFeatures As String()

プロパティ値

String[]

選択した機能です。

適用対象