SourceLocation.FilePath Propiedad

Definición

Ruta de acceso del archivo.

public:
 property System::String ^ FilePath { System::String ^ get(); void set(System::String ^ value); };
public string FilePath { get; set; }
member this.FilePath : string with get, set
Public Property FilePath As String

Valor de propiedad

String

Comentarios

Cuando es null, el analizador supone que la ubicación está en el archivo que se está procesando actualmente.

Se aplica a