AddInHost.EntryPointParameters Property

Gets an array of parameters that is passed to the application. If the application is launched directly from Windows Media Center, this value is null.

Syntax

public IList EntryPointParameters {get;}

Property Value

System.Collections.IList. A list of entry point parameters to be interpreted by the application.

This property is read-only.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.Hosting

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also