ResourceKey::ProvideValue Method (IServiceProvider^)

 

Returns this ResourceKey. Instances of this class are typically used as a key in a dictionary.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
virtual Object^ ProvideValue(
	IServiceProvider^ serviceProvider
) override

Parameters

serviceProvider
Type: System::IServiceProvider^

A service implementation that provides the desired value.

Return Value

Type: System::Object^

Calling this method always returns the instance itself.

.NET Framework
Available since 3.0
Return to top
Show: