名前空間: Microsoft.TeamFoundation.Common
アセンブリ: Microsoft.VisualStudio.TeamFoundation.Client (Microsoft.VisualStudio.TeamFoundation.Client.dll 内)
構文
'宣言
Public Function SelectDirectoryUsingDialog ( _
handle As IntPtr, _
title As String, _
startFolder As String, _
helpTopic As String, _
openButtonLabel As String _
) As String
public string SelectDirectoryUsingDialog(
IntPtr handle,
string title,
string startFolder,
string helpTopic,
string openButtonLabel
)
パラメーター
- handle
型 : System.IntPtr
- title
型 : System.String
- startFolder
型 : System.String
- helpTopic
型 : System.String
- openButtonLabel
型 : System.String
戻り値
型 : System.String
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。