Share via


ISymbolReader.GetSymAttribute(SymbolToken, String) 方法

定义

在给定特性名称的情况下,获取特性值。

public:
 cli::array <System::Byte> ^ GetSymAttribute(System::Diagnostics::SymbolStore::SymbolToken parent, System::String ^ name);
public byte[] GetSymAttribute (System.Diagnostics.SymbolStore.SymbolToken parent, string name);
abstract member GetSymAttribute : System.Diagnostics.SymbolStore.SymbolToken * string -> byte[]
Public Function GetSymAttribute (parent As SymbolToken, name As String) As Byte()

参数

parent
SymbolToken

为其请求特性的对象的元数据标记。

name
String

特性名称。

返回

Byte[]

属性的值。

注解

此属性仅与符号信息关联,不是元数据自定义属性。

适用于