OAProperties Class
This class and its members are reserved for internal use and are not intended to be used in your code. This class defines automation support for properties.
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAProperties
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProperties _
Implements Properties, IEnumerable
'Usage
Dim instance As OAProperties
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAProperties : Properties,
IEnumerable
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAProperties : Properties,
IEnumerable
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAProperties =
class
interface Properties
interface IEnumerable
end
public class OAProperties implements Properties, IEnumerable
The OAProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OAProperties | Initializes a new instance of the OAProperties class. |
Top
Properties
Name | Description | |
---|---|---|
Application | Microsoft Internal Use Only. | |
Count | Gets a value indicating the number of objects in the collection. | |
DTE | Gets the top-level extensibility object. | |
Parent | Gets the immediate parent object of a Properties collection. | |
Properties | Defines a dictionary of the properties contained. | |
Target | Defines the NodeProperties object that contains the defines the properties. |
Top
Methods
Name | Description | |
---|---|---|
AddPropertiesFromType | Add properties to the collection of properties filtering only those properties which are com-visible and AutomationBrowsable | |
AddProperty | Creates a new OAProperty object and adds it to the current list of properties | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumeration for items in a collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Item | Returns an indexed member of a Properties collection. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.Tools.Package.Internal Namespace