StartPageRelativeExtension::ProvideValue Method (IServiceProvider^)

 

Gets the object that is defined in the XAML.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Parameters

serviceProvider
Type: System::IServiceProvider^

The service provider.

Return Value

Type: System::Object^

An object which may be a Uri, an ImageSource, or a string.

Return to top
Show: