VSBROWSEINFOW Structure
Visual Studio 2015
Specifies information used to display the Browse dialog box.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwFlags | Standard flags from the BROWSEINFO structure. |
![]() | dwHelpTopic | Help topic string. This is overridden by pszHelpTopic parameter from the GetDirectoryViaBrowseDlgEx method. |
![]() | hwndOwner | Handle of the owner window for the dialog box. |
![]() | lStructSize | DWORD indicating the size of VSBROWSEINFOW. |
![]() | nMaxDirName | Maximum length of the directory name. |
![]() | pwzDirName | String containing the directory name. |
![]() | pwzDlgTitle | String containing the title of the dialog box. |
![]() | pwzInitialDir | String containing the initial directory. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

