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

會回傳名稱的類型。

傳回

資料型別的名稱參考。

適用於

另請參閱