XamlHostingSectionGroup Class

Gets the XAML hosting section of a configuration file.

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationSectionGroup
    System.Xaml.Hosting.Configuration.XamlHostingSectionGroup

Namespace:  System.Xaml.Hosting.Configuration
Assembly:  System.Xaml.Hosting (in System.Xaml.Hosting.dll)

Syntax

'Declaration
Public NotInheritable Class XamlHostingSectionGroup _
    Inherits ConfigurationSectionGroup
public sealed class XamlHostingSectionGroup : ConfigurationSectionGroup
public ref class XamlHostingSectionGroup sealed : public ConfigurationSectionGroup
[<Sealed>]
type XamlHostingSectionGroup =  
    class 
        inherit ConfigurationSectionGroup 
    end
public final class XamlHostingSectionGroup extends ConfigurationSectionGroup

The XamlHostingSectionGroup type exposes the following members.

Constructors

  Name Description
Public method XamlHostingSectionGroup Creates a new instance of the XamlHostingSectionGroup class.

Top

Properties

  Name Description
Public property IsDeclarationRequired Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.)
Public property IsDeclared Gets a value that indicates whether this ConfigurationSectionGroup object is declared. (Inherited from ConfigurationSectionGroup.)
Public property Name Gets the name property of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.)
Public property SectionGroupName Gets the section group name associated with this ConfigurationSectionGroup. (Inherited from ConfigurationSectionGroup.)
Public property SectionGroups Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.)
Public property Sections Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.)
Public property Type Gets or sets the type for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.)
Public property XamlHostingSection Gets the XAML hosting section of a configuration file.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method ForceDeclaration() Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.)
Public method ForceDeclaration(Boolean) Forces the declaration for this ConfigurationSectionGroup object. (Inherited from ConfigurationSectionGroup.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method ShouldSerializeSectionGroupInTargetVersion Indicates whether the current ConfigurationSectionGroup instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework. (Inherited from ConfigurationSectionGroup.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

Thread Safety

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

See Also

Reference

System.Xaml.Hosting.Configuration Namespace