CodeGenerator.GetTypeOutput(CodeTypeReference) 方法

定義

取得指定資料型別的名稱。

protected:
 abstract System::String ^ GetTypeOutput(System::CodeDom::CodeTypeReference ^ value);
protected abstract string GetTypeOutput (System.CodeDom.CodeTypeReference value);
abstract member GetTypeOutput : System.CodeDom.CodeTypeReference -> string
Protected MustOverride Function GetTypeOutput (value As CodeTypeReference) As String

參數

value
CodeTypeReference

要傳回其名稱的型別。

傳回

String

資料型別參考的名稱。

適用於

另請參閱