Share via


PropertyGroup Class

This class and its members are reserved for internal use and are not intended to be used in your code. Represents a collection of custom properties that can be selected into a PropertyGrid. These properties provide functionality beyond that of the simple reflection correctly used to query the properties of an object.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyGroup
    Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyGroupWithEvents

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

The PropertyGroup type exposes the following members.

Constructors

  Name Description
Public method PropertyGroup This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Properties

  Name Description
Public property ClassNameOverride This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ComponentNameOverride This class and its members are reserved for internal use and are not intended to be used in your code.
Public property DefaultProperty This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Properties This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetClassName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected method GetComponentName This class and its members are reserved for internal use and are not intended to be used in your code.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetAttributes This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetClassName This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetComponentName This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetConverter This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultEvent This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultProperty This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEditor This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents() This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents(array<Attribute[]) This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties() This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties(array<Attribute[]) This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetPropertyOwner This class and its members are reserved for internal use and are not intended to be used in your code.

Top

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

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace