VSSAVEFILENAMEW Structure

 

Contains file name and option information needed by the Common Item Dialog, which is used to open or save files.

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

[ComConversionLossAttribute]
public struct VSSAVEFILENAMEW

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

DWORD specifying standard OFN_ flags, which are used by the OPENFILENAME structure.

System_CAPS_pubfielddwHelpTopic

DWORD specifying the help topic.

System_CAPS_pubfieldhwndOwner

HWND specifying the handle of the owning window.

System_CAPS_pubfieldlStructSize

DWORD holding the size of this VSSAVEFILENAMEW.

System_CAPS_pubfieldnFileExtension

DWORD indicating the file extension.

System_CAPS_pubfieldnFileOffset

DWORD indicating the file offset.

System_CAPS_pubfieldnFilterIndex

DWORD indicating the filter index.

System_CAPS_pubfieldnMaxFileName

DWORD indicating the maximum number of characters in the file name.

System_CAPS_pubfieldpSaveOpts

Pointer to an IVsSaveOptionsDlg instance. This interface shows a dialog box from which to choose additional save format options.

System_CAPS_pubfieldpwzDlgTitle

Pointer to a string containing the Save Options dialog box title.

System_CAPS_pubfieldpwzFileName

Pointer to a string containing the file name.

System_CAPS_pubfieldpwzFilter

Pointer to a string containing the file name filter.

System_CAPS_pubfieldpwzInitialDir

Pointer to a string containing the initial directory.

This structure is similar to the OPENFILENAME structure.

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: