ExtensionConfigProviderAttribute Class

 

Identifies an IExtensionConfigProvider implementation to invoke as part of the configuration process in order for 3rd parties to take part in the configuration.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System::Object
  System::Attribute
    Microsoft.WindowsAzure.Mobile.Service.Config::ExtensionConfigProviderAttribute

[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = false)]
public ref class ExtensionConfigProviderAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodExtensionConfigProviderAttribute(Type^)

Creates a new instance of the ExtensionConfigProviderAttribute identifying the IExtensionConfigProvider implementation to use for configuring a 3rd party extension.

NameDescription
System_CAPS_pubpropertyConfigProviderType

Gets the IHostConfigProvider used to provide the initial host service configuration.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: