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
Public method OAProperties Initializes a new instance of the OAProperties class.

Top

Properties

  Name Description
Public property Application Microsoft Internal Use Only.
Public property Count Gets a value indicating the number of objects in the collection.
Public property DTE Gets the top-level extensibility object.
Public property Parent Gets the immediate parent object of a Properties collection.
Public property Properties Defines a dictionary of the properties contained.
Public property Target Defines the NodeProperties object that contains the defines the properties.

Top

Methods

  Name Description
Protected method AddPropertiesFromType Add properties to the collection of properties filtering only those properties which are com-visible and AutomationBrowsable
Protected method AddProperty Creates a new OAProperty object and adds it to the current list of properties
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumeration for items in a collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Item Returns an indexed member of a Properties collection.
Protected method MemberwiseClone (Inherited from Object.)
Public method 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