ICodeGenerator.GetTypeOutput(CodeTypeReference) Metoda

Definicja

Pobiera typ wskazany przez określony CodeTypeReferenceelement .

public:
 System::String ^ GetTypeOutput(System::CodeDom::CodeTypeReference ^ type);
public string GetTypeOutput (System.CodeDom.CodeTypeReference type);
abstract member GetTypeOutput : System.CodeDom.CodeTypeReference -> string
Public Function GetTypeOutput (type As CodeTypeReference) As String

Parametry

type
CodeTypeReference

Element CodeTypeReference wskazujący typ, który ma być zwracany.

Zwraca

Tekstowa reprezentacja określonego typu dla języka, w jakim ten generator kodu jest przeznaczony do generowania kodu. Na przykład w języku Visual Basic przekazanie typu System.Int32 zwróci wartość "Liczba całkowita".

Dotyczy