Source.GetFilePath Méthode

Définition

Obtient le nom de fichier du fichier source.

public:
 virtual System::String ^ GetFilePath();
public:
 virtual Platform::String ^ GetFilePath();
 virtual std::wstring GetFilePath();
public virtual string GetFilePath ();
abstract member GetFilePath : unit -> string
override this.GetFilePath : unit -> string
Public Overridable Function GetFilePath () As String

Retours

String

Nom de fichier du fichier source.

Remarques

Cette méthode d’assistance obtient le nom du chemin d’accès à partir de l' IVsTextLines objet passé au Source constructeur de classe.

S’applique à