PrinterSettings.StringCollection.Item[Int32] 属性
定义
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
参数
属性值
指定索引处的 String。The String at the specified index.