CodeGenerator.GetTypeOutput(CodeTypeReference) Metódus

Definíció

Lekéri a megadott adattípus nevét.

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

Paraméterek

value
CodeTypeReference

Az a típus, amelynek a nevét a rendszer visszaadja.

Válaszok

Az adattípus-hivatkozás neve.

A következőre érvényes:

Lásd még