IExtensibilityEntryPoint Interface

Enables an alternative shell to discover the attributes of an entry point.

Note   This interface has been deprecated.

In addition to the methods inherited from IDispatch, the IExtensibilityEntryPoint interface exposes the following methods:

Method Description
get_AddIn Gets the addin attribute of the entrypoint element that was set when the application was registered.
get_AppDescription Gets the description attribute of the application element that was set when the application was registered.
get_AppId Gets the id attribute of the application element that was set when the application was registered.
get_AppTitle Gets the title attribute of the application element that was set when the application was registered.
get_BackgroundColor Gets the BackgroundColor attribute of the entrypoint element that was set when the application was registered.
get_CapabilitiesRequired Gets the capabilitiesRequired element that was set when the application was registered.
get_Category Gets the category element that was set when the application was registered.
get_CompanyLogoUrl Gets the companyLogoUrl attribute of the application element that was set when the application was registered.
get_CompanyName Gets the companyName attribute of the application element that was set when the application was registered.
get_Context Gets the context attribute of the entrypoint element that was set when the application was registered.
get_Description Gets the description attribute of the entrypoint element that was set when the application was registered.
get_Id Gets the id attribute of the entrypoint element that was set when the application was registered.
get_ImageUrl Gets the imageUrl attribute of the entrypoint element that was set when the application was registered.
get_NowPlayingDirective Gets the nowPlayingDirective attribute of the application element that was set when the application was registered.
get_Run Gets the run attribute of the entrypoint element that was set when the application was registered.
get_Subtitle Gets the subtitle attribute of the application that was set when the application was registered.
get_ThumbnailImageUrl Gets the thumbNail attribute of the application element that was set when the application was registered.
get_Title Gets the title attribute of the entrypoint element that was set when the application was registered.
get_Url Gets the url attribute of the entrypoint element that was set when the application was registered.

Remarks

This interface can be used to retrieve any of the properties of an entry point that were defined when the application was registered by using the MediaCenter.RegisterApplication method. These properties were defined as Extensible Markup Language (XML) elements. For more information on the properties, see Associating Application Entry Points with Integration Locations.

See Also