SymReader.GetSymAttribute(SymbolToken, String) 方法

定義

在所有情況下都擲回 NotSupportedException

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

參數

parent
SymbolToken

不使用這個參數。

name
String

不使用這個參數。

傳回

Byte[]

在所有情況下都擲回 NotSupportedException

實作

例外狀況

在所有情況下。

適用於