LayerD CodeDOM and Zoe Compiler interface
get_ExistingTypeName Method (fullOrPartialName, currentScope)
NamespacesLayerD.ZOECompilerTypesTableget_ExistingTypeName(String, Scope)

[This is preliminary documentation and is subject to change.]

Devuelve un nombre de tipos a partir de fullOrPartialName y currentScope que exista en la tabla de tipos. Si no existe un tipo a partir de fullOrPartialName devuelve null. Primero intenta utilizar fullOrPartialName, luego fullOrPartialName más el alcance y luego intenta buscarlo en las directivas using en el alcance currentScope.
Declaration Syntax
C#Visual BasicVisual C++
public string get_ExistingTypeName(
	string fullOrPartialName,
	Scope currentScope
)
Public Function get_ExistingTypeName ( _
	fullOrPartialName As String, _
	currentScope As Scope _
) As String
public:
String^ get_ExistingTypeName(
	String^ fullOrPartialName, 
	Scope^ currentScope
)
Parameters
fullOrPartialName (String)
El nombre de tipo parcial, o completo a chequear.
currentScope (Scope)
El alcance en el cual buscar si no es un nombre completo.
Return Value
Nulo si no encuentra un tipo para fullOrPartialName o el nombre de tipo completo si lo encuentra.

Assembly: lib_zoec_core (Module: lib_zoec_core) Version: 1.0.3410.22813 (1.0.0.0)