DocumentPageView.IServiceProvider.GetService(Type) Método

Definición

Este miembro admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensada para usarse directamente desde el código. Utilice el método GetService(Type) con seguridad de tipos en su lugar.

 virtual System::Object ^ System.IServiceProvider.GetService(Type ^ serviceType) = IServiceProvider::GetService;
object IServiceProvider.GetService (Type serviceType);
abstract member System.IServiceProvider.GetService : Type -> obj
override this.System.IServiceProvider.GetService : Type -> obj
Function GetService (serviceType As Type) As Object Implements IServiceProvider.GetService

Parámetros

serviceType
Type

Objeto que especifica el tipo de objeto de servicio que se va a obtener.

Devoluciones

Objeto de servicio del tipo serviceType.

Implementaciones

Se aplica a