ShellApplication.CreateComponents Method

Definition

When overridden in a derived class, returns a ShellComponents object.

public:
 abstract Microsoft::Web::Management::Host::Shell::ShellComponents ^ CreateComponents();
public abstract Microsoft.Web.Management.Host.Shell.ShellComponents CreateComponents ();
abstract member CreateComponents : unit -> Microsoft.Web.Management.Host.Shell.ShellComponents
Public MustOverride Function CreateComponents () As ShellComponents

Returns

A ShellComponents object.

Applies to