_DTE.FullName Свойство

Определение

Возвращает полный путь и имя файла объекта.

public:
 property System::String ^ FullName { System::String ^ get(); };
public:
 property Platform::String ^ FullName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(226)]
public string FullName { [System.Runtime.InteropServices.DispId(226)] get; }
[<System.Runtime.InteropServices.DispId(226)>]
[<get: System.Runtime.InteropServices.DispId(226)>]
member this.FullName : string
Public ReadOnly Property FullName As String

Значение свойства

String

Строка, представляющая полный путь и имя файла объекта.

Атрибуты

Комментарии

FullNameСвойство ранее называлось FileName свойством в предыдущих версиях Visual Studio.

Применяется к