MarshalByValueComponent.GetService(Type) Method
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.
Gets the implementer of the IServiceProvider.
public:
virtual System::Object ^ GetService(Type ^ service);
public virtual object GetService (Type service);
public virtual object? GetService (Type service);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Overridable Function GetService (service As Type) As Object
Parameters
Returns
An Object that represents the implementer of the IServiceProvider.
Implements
Remarks
For more information on designer services you can use, see Design-Time Architecture.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.