FileDialogCustomPlace Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an entry in a FileDialog custom place collection for Windows Vista.
public ref class FileDialogCustomPlace
public class FileDialogCustomPlace
type FileDialogCustomPlace = class
Public Class FileDialogCustomPlace
- Inheritance
-
FileDialogCustomPlace
Remarks
The default open and save dialog boxes on Windows Vista have an area on the left side of the dialog box titled Favorite Links. This area is called custom places. This class represents a custom place.
On Windows XP or Windows Server 2003, this class does not have any effect.
Constructors
FileDialogCustomPlace(Guid) |
Initializes a new instance of the FileDialogCustomPlace class with a custom place identified by a Windows Vista Known Folder GUID. |
FileDialogCustomPlace(String) |
Initializes a new instance of the FileDialogCustomPlace class. with a specified folder path to a custom place. |
Properties
KnownFolderGuid |
Gets or sets the Windows Vista Known Folder GUID for the custom place. |
Path |
Gets or sets the folder path to the custom place. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents this FileDialogCustomPlace instance. |