IKeyedServiceProvider.GetRequiredKeyedService(Type, Object) 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 service of type serviceType
from the IServiceProvider implementing
this interface.
public:
System::Object ^ GetRequiredKeyedService(Type ^ serviceType, System::Object ^ serviceKey);
public object GetRequiredKeyedService (Type serviceType, object? serviceKey);
abstract member GetRequiredKeyedService : Type * obj -> obj
Public Function GetRequiredKeyedService (serviceType As Type, serviceKey As Object) As Object
Parameters
- serviceType
- Type
An object that specifies the type of service object to get.
- serviceKey
- Object
The ServiceKey of the service.
Returns
A service object of type serviceType
.
Throws an exception if the IServiceProvider cannot create the object.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.