次の方法で共有


ActionStyle.Item[String] プロパティ

定義

指定したスタイル名のコレクションからアイテムを取得します。

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ styleName); };
public override object this[string styleName] { get; }
member this.Item(string) : obj
Default Public Overrides ReadOnly Property Item(styleName As String) As Object

パラメーター

styleName
String

スタイルの名前です。

プロパティ値

アクション スタイル アイテムを含む object です。

適用対象