DesignerSerializationManager.GetService(Type) Método

Definição

Recebe o serviço solicitado.

protected:
 virtual System::Object ^ GetService(Type ^ serviceType);
protected virtual object GetService(Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Overridable Function GetService (serviceType As Type) As Object

Parâmetros

serviceType
Type

O tipo de serviço a recuperar.

Devoluções

A notificação solicitada, ou null se a notificação não puder ser resolvida.

Observações

O GetService método fornece acesso ao contentor ou fornecedor de serviço subjacente que foi definido no construtor.

Aplica-se a