PropertyGroupWithEvents Class
This class and its members are reserved for internal use and are not intended to be used in your code. An extension of PropertyGroup that manages a table of property values, in addition to raising events when property values are requested or set.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyGroup
Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyGroupWithEvents
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal.ComparePropertyDictionary
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 PropertyGroupWithEvents _
Inherits PropertyGroup
[CLSCompliantAttribute(false)]
public class PropertyGroupWithEvents : PropertyGroup
[CLSCompliantAttribute(false)]
public ref class PropertyGroupWithEvents : public PropertyGroup
[<CLSCompliantAttribute(false)>]
type PropertyGroupWithEvents =
class
inherit PropertyGroup
end
public class PropertyGroupWithEvents extends PropertyGroup
The PropertyGroupWithEvents type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyGroupWithEvents | 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. (Inherited from PropertyGroup.) | |
ComponentNameOverride | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
DefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
Item | 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. (Inherited from PropertyGroup.) |
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. (Inherited from PropertyGroup.) | |
GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
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. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetClassName | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetConverter | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetDefaultEvent | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetDefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetEditor | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetEvents() | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetEvents(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetProperties() | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetProperties(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ICustomTypeDescriptor.GetPropertyOwner | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) |
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