FileDialogCustomPlace Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy FileDialogCustomPlace.

Przeciążenia

FileDialogCustomPlace(Guid)

Inicjuje FileDialogCustomPlace nowe wystąpienie klasy z określonym znanym identyfikatorem GUID folderu.

FileDialogCustomPlace(String)

Inicjuje FileDialogCustomPlace nowe wystąpienie klasy przy użyciu określonej ścieżki.

FileDialogCustomPlace(Guid)

Inicjuje FileDialogCustomPlace nowe wystąpienie klasy z określonym znanym identyfikatorem GUID folderu.

public:
 FileDialogCustomPlace(Guid knownFolder);
public FileDialogCustomPlace (Guid knownFolder);
new Microsoft.Win32.FileDialogCustomPlace : Guid -> Microsoft.Win32.FileDialogCustomPlace
Public Sub New (knownFolder As Guid)

Parametry

knownFolder
Guid

Identyfikator GUID znanego folderu.

Uwagi

Identyfikatory GUID można uzyskać z pliku KnownFolders.h zawartego w Windows SDK. Aplikacje mogą również rejestrować nowe identyfikatory GUID.

Dotyczy

FileDialogCustomPlace(String)

Inicjuje FileDialogCustomPlace nowe wystąpienie klasy przy użyciu określonej ścieżki.

public:
 FileDialogCustomPlace(System::String ^ path);
public FileDialogCustomPlace (string path);
new Microsoft.Win32.FileDialogCustomPlace : string -> Microsoft.Win32.FileDialogCustomPlace
Public Sub New (path As String)

Parametry

path
String

Ścieżka folderu.

Dotyczy