CustomElementDefinition<TParentElement> Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Defines a custom element for serialization in a XmlFileRulesStore.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public class CustomElementDefinition<TParentElement>
where TParentElement : class
'Declaration
Public Class CustomElementDefinition(Of TParentElement As Class)
generic<typename TParentElement>
where TParentElement : ref class
public ref class CustomElementDefinition

Type Parameters

  • TParentElement
    The type of the parent element.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration.CustomElementDefinition<TParentElement>

See Also

CustomElementDefinition<TParentElement> Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration Namespace