Поделиться через


VCCodeStruct.FullName - свойство

Gets the full path and name of the object's file.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
ReadOnly Property FullName As String
'Применение
Dim instance As VCCodeStruct
Dim value As String

value = instance.FullName
string FullName { get; }
property String^ FullName {
    String^ get ();
}
function get FullName () : String

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

Тип: System.String

The full path and name of the object's file.

Заметки

The FullName property is known as the FileName property in some versions of Visual Studio.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCCodeStruct Интерфейс

VCCodeStruct - члены

Microsoft.VisualStudio.VCCodeModel - пространство имен