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