Aracılığıyla paylaş


ICodeGenerator.GetTypeOutput(CodeTypeReference) Yöntem

Tanım

Belirtilen CodeTypeReferencetarafından belirtilen türü alır.

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

Parametreler

type
CodeTypeReference

CodeTypeReference Döndürülecek türü gösteren bir.

Döndürülenler

Bu kod oluşturucunun içinde kod oluşturmak üzere tasarlandığı dil için belirtilen türün metin gösterimi. Örneğin, Visual Basic'te System.Int32 türünde geçiş "Tamsayı" döndürür.

Şunlara uygulanır