Sdílet prostřednictvím


FileDialogCustomPlace Konstruktory

Definice

Inicializuje novou instanci FileDialogCustomPlace třídy.

Přetížení

FileDialogCustomPlace(Guid)

Inicializuje novou instanci FileDialogCustomPlace třídy se zadaným známým identifikátorem GUID složky.

FileDialogCustomPlace(String)

Inicializuje novou instanci FileDialogCustomPlace třídy se zadanou cestou.

FileDialogCustomPlace(Guid)

Inicializuje novou instanci FileDialogCustomPlace třídy se zadaným známým identifikátorem GUID složky.

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

Identifikátor GUID známé složky.

Poznámky

Identifikátory GUID můžete získat ze souboru KnownFolders.h, který je součástí Windows SDK. Aplikace můžou také registrovat nové identifikátory GUID.

Platí pro

FileDialogCustomPlace(String)

Inicializuje novou instanci FileDialogCustomPlace třídy se zadanou cestou.

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

Cesta ke složce.

Platí pro