Compartir a través de


ExtendedApplicationProvider Class

Definition

Represents the provider definition for extra application types.

public ref class ExtendedApplicationProvider abstract : Microsoft::Uii::Common::Providers::ProviderBase
[Microsoft.Practices.CompositeUI.SmartParts.SmartPart]
public abstract class ExtendedApplicationProvider : Microsoft.Uii.Common.Providers.ProviderBase
[<Microsoft.Practices.CompositeUI.SmartParts.SmartPart>]
type ExtendedApplicationProvider = class
    inherit ProviderBase
Public MustInherit Class ExtendedApplicationProvider
Inherits ProviderBase
Inheritance
ExtendedApplicationProvider
Attributes

Constructors

ExtendedApplicationProvider(String)

Initializes a new instance of the ExtendedApplicationProvider class.

Properties

ConfigValue

Gets the collection of configuration attributes in the configuration node.

ProviderName

Gets the name of the provider.

Tag (Inherited from ProviderBase)

Methods

CreateExtendedApplication(ApplicationRecord, Guid)

Creates an extended application.

CreateExtendedApplication(ApplicationRecord)

Creates an extended application.

Initialize(String, NameValueCollection)

Initializes the provider's name and other properties based on the configuration values.

Applies to