ServiceProvider.ServiceTypes Property

Definition

Retrieves a list of service types used to convert the unmanaged QueryService method call, in which a service GUID is specified, into a managed IServiceProvider.GetService method call, in which a managed type is specified.

protected:
 property System::Collections::Generic::IList<Type ^> ^ ServiceTypes { System::Collections::Generic::IList<Type ^> ^ get(); };
protected System.Collections.Generic.IList<Type> ServiceTypes { get; }
member this.ServiceTypes : System.Collections.Generic.IList<Type>
Protected ReadOnly Property ServiceTypes As IList(Of Type)

Property Value

A list of service types used to convert the unmanaged QueryService method call, in which a service GUID is specified, into a managed GetService(Guid) method call, in which a managed type is specified.

Applies to