FileListBox.FileName Propiedad

Definición

Obtiene o establece el nombre de archivo del archivo seleccionado en .FileListBox

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string FileName { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FileName : string with get, set
Public Property FileName As String

Valor de propiedad

que String contiene el nombre de archivo del archivo seleccionado.

Atributos

Comentarios

Si se establece la FileName propiedad en tiempo de ejecución, solo se mostrará ese archivo en .FileListBox

Nota:

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a

Consulte también