DocumentList.SelectedDirectory プロパティ
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)

Dim instance As DocumentList Dim value As String value = instance.SelectedDirectory instance.SelectedDirectory = value
/** @property */ public String get_SelectedDirectory () /** @property */ public void set_SelectedDirectory (String value)
public function get SelectedDirectory () : String public function set SelectedDirectory (value : String)
表示するフォルダの名前。既定値は空の文字列 ("") です。

このプロパティには、"Business" フォルダや "All Folders" フォルダのように、パス情報のないフォルダ名だけが含まれます。機能は次のとおりです。

SelectedDirectory プロパティを設定するコード例を次に示します。このコード例は、DocumentList クラスのトピックで取り上げているコード例の一部分です。
.SelectedDirectory = "Business"




Weblioに収録されているすべての辞書からDocumentList.SelectedDirectory プロパティを検索する場合は、下記のリンクをクリックしてください。

- DocumentList.SelectedDirectory プロパティのページへのリンク