PropertyGroup Class

Represents a collection of custom properties that can be selected into a PropertyGrid to provide functionality beyond that of the simple reflection normally used to query an object's properties.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class PropertyGroup _
    Implements ICustomTypeDescriptor
'Usage
Dim instance As PropertyGroup
[CLSCompliantAttribute(false)]
public class PropertyGroup : ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
public ref class PropertyGroup : ICustomTypeDescriptor
public class PropertyGroup implements ICustomTypeDescriptor
[<CLSCompliantAttribute(false)>]
type PropertyGroup =  
    class
        interface ICustomTypeDescriptor
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser.PropertyGroup
    Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser.PropertyDictionary

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

PropertyGroup Members

Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace