IMemberCreationService.UpdateBaseType(String, Type) Método
Definição
Atualiza o tipo base para associar à classe especificada.Updates the base type to associate with the specified class.
public:
void UpdateBaseType(System::String ^ className, Type ^ baseType);
public void UpdateBaseType (string className, Type baseType);
abstract member UpdateBaseType : string * Type -> unit
Public Sub UpdateBaseType (className As String, baseType As Type)
Parâmetros
- className
- String
Uma cadeia de caracteres que contém o nome da classe a ser atualizada com um novo tipo base.A string that contains the name of the class to update with a new base type.
- baseType
- Type
O Type que será o novo tipo base para a classe.The Type to be the new base type for the class.