OAProperty Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. Represents one property in a generic collection of properties for a given object.

The OAProperty type exposes the following members.

Constructors

  Name Description
Public method OAProperty Initializes a new instance of the OAProperty class.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method get_IndexedValue Returns one element of a list.
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 let_Value A function to set the value of a property.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method set_IndexedValue Sets the value of the property at the specified index.
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 Collection Gets the Collection containing the Property object supporting this property.
Public property DTE Gets the top-level extensibility object.
Public property Name Gets the name of the object.
Public property NumIndices Gets the number of indices required to access the value.
Public property Object Gets or sets the object supporting the Property object.
Public property Parent Microsoft Internal Use Only. Gets the immediate parent of this object.
Public property Value Gets or sets the value of the property returned by the Property object.

Top

See Also

Reference

OAProperty Class

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