ServiceProvider.ServiceTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.