FontNames.Item[Int32] 属性

定义

返回集合中的单个对象。

public:
 property System::String ^ default[int] { System::String ^ get(int Index); };
public string this[int Index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(Index As Integer) As String

参数

Index
Int32

一个 整数 ,指示单个对象的序号位置。

属性值

适用于