CodeGenerator.GetTypeOutput(CodeTypeReference) Metodo

Definizione

Ottiene il nome del tipo di dati specificato.

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

Parametri

value
CodeTypeReference

Tipo di cui verrà restituito il nome.

Restituisce

Nome del riferimento al tipo di dati.

Si applica a

Vedi anche