次の方法で共有


FileDialogSelectedItems.Item(Int32) メソッド

定義

オブジェクトの メソッドを使用して表示されたファイル ダイアログ ボックスからユーザーが選択したファイルのパスに対応する文字列型 (String) の値をShow()FileDialog返します。

public:
 System::String ^ Item(int Index);
public string Item (int Index);
abstract member Item : int -> string
Public Function Item (Index As Integer) As String

パラメーター

Index
Int32

整数型 (Integer) の値を使用します。 返される文字列のインデックス番号。

戻り値

適用対象