OAProperty Members

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 an 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 properties values.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method set_IndexedValue Sets indexed values in a list.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Application Gets the Application object.
Public property Collection Returns the Collection() containing the OAProperty object supporting this property.
Public property DTE Returns the top-level extensibility object.
Public property Name Gets the name of the object.
Public property NumIndices Returns the number of indices required to access the value.
Public property Object Sets or returns the object supporting the OAProperty object.
Public property Parent Gets the immediate parent of this object.
Public property Value Gets or sets the value of the property returned by the OAProperty object

Top

See Also

Reference

OAProperty Class

Microsoft.VisualStudio.Package.Automation Namespace