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 | |
---|---|---|
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 | |
---|---|---|
ClassNameOverride | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ComponentNameOverride | This class and its members are reserved for internal use and are not intended to be used in your code. | |
DefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. | |
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 | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetClassName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICustomTypeDescriptor.GetAttributes | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetClassName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetConverter | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetDefaultEvent | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetDefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetEditor | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetEvents() | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetEvents(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetProperties() | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ICustomTypeDescriptor.GetProperties(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. | |
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