VSBROWSEINFOW Structure

 

Specifies information used to display the Browse dialog box.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[ComConversionLossAttribute]
public struct VSBROWSEINFOW

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfielddwFlags

Standard flags from the BROWSEINFO structure.

System_CAPS_pubfielddwHelpTopic

Help topic string. This is overridden by pszHelpTopic parameter from the GetDirectoryViaBrowseDlgEx method.

System_CAPS_pubfieldhwndOwner

Handle of the owner window for the dialog box.

System_CAPS_pubfieldlStructSize

DWORD indicating the size of VSBROWSEINFOW.

System_CAPS_pubfieldnMaxDirName

Maximum length of the directory name.

System_CAPS_pubfieldpwzDirName

String containing the directory name.

System_CAPS_pubfieldpwzDlgTitle

String containing the title of the dialog box.

System_CAPS_pubfieldpwzInitialDir

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.

Return to top
Show: