Compartir a través de


IFolderPickerContinuationEventArgs.Folder Propiedad

Definición

Obtiene la carpeta seleccionada por el usuario durante la operación del selector de carpetas.

public:
 property StorageFolder ^ Folder { StorageFolder ^ get(); };
StorageFolder Folder();
/// [get: Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
StorageFolder Folder();
public StorageFolder Folder { get; }
public StorageFolder Folder { [Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var storageFolder = iFolderPickerContinuationEventArgs.folder;
Public ReadOnly Property Folder As StorageFolder

Valor de propiedad

Carpeta seleccionada por el usuario durante la operación del selector de carpetas.

Atributos

Se aplica a