PrinterSettings.StringCollection.Item[Int32] 属性

定义

获取指定索引处的 StringGets the String at a specified index.

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

index
Int32

要获取的 String 的索引。The index of the String to get.

属性值

String

指定索引处的 StringThe String at the specified index.

适用于

另请参阅