VCCodeProperty.FullName 属性

定义

获取对象文件的完整路径和名称。

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

属性值

String

对象文件的完整路径和名称。

属性

注解

FullName FileName 在的某些版本中,该属性称为属性 Visual Studio 。

适用于