Gets an attribute value given the attribute name.
[Visual Basic] Function GetSymAttribute( _ ByVal parent As SymbolToken, _ ByVal name As String _ ) As Byte () [C#] byte[] GetSymAttribute( SymbolToken parent, string name ); [C++] unsigned char* GetSymAttribute( SymbolToken parent, String* name ) [] = 0; [JScript] function GetSymAttribute( parent : SymbolToken, name : String ) : Byte[];
The value of the attribute.
This attribute is associated only with symbolic information and is not a metadata custom attribute.
ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace