CodeAttributeArgument.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

表示代码特性参数的定义的完全限定名称的字符串。

属性

注解

完全限定名称包括类的名称,该类包含此代码特性参数和代码特性参数的名称。

备注

在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。 有关详细信息,请参阅 "代码模型元素值在 使用代码模型查找代码时 可能发生变化" (Visual Basic) "。

适用于