TextBlock::IServiceProvider::GetService Method (Type^)
.NET Framework (current version)
This method supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: virtual Object^ GetService( Type^ serviceType ) sealed = IServiceProvider::GetService
Parameters
- serviceType
-
Type:
System::Type^
An object that specifies the type of service object to get.
Return Value
Type: System::Object^A service object of type serviceType, or null if there is no service object of type serviceType.
Implements
IServiceProvider::GetService(Type^)
.NET Framework
Available since 3.0
Available since 3.0
Show: