Share via


OAProperties Members

Include Protected Members
Include Inherited Members

Contains all of the properties of a given object that are contained in a generic collection of properties.

The OAProperties type exposes the following members.

Constructors

 

Name

Description

Public method

OAProperties

Initializes a new instance of the OAProperties class.

Top

Methods

 

Name

Description

Protected method

AddPropertiesFromType

Adds properties of the specified type.

Protected method

AddProperty

Creates a new OAProperty object and adds it to the current list of properties.

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.)

Public method

GetEnumerator

Gets an enumeration for items in a collection.

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.)

Public method

Item

Returns an indexed member of a Properties collection.

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

Properties

 

Name

Description

Public property

Application

Microsoft Internal Use Only. Gets the application object.

Public property

Count

Gets 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 contained properties.

Public property

Target

Defines the NodeProperties object that contains the properties.

Top

See Also

Reference

OAProperties Class

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace