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

适用于