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 | |
---|---|---|
OAProperty | Initializes an instance of the OAProperty class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
get_IndexedValue | Returns one element of a list. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
let_Value | A function to set properties values. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
set_IndexedValue | Sets indexed values in a list. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets the Application object. | |
Collection | Returns the Collection() containing the OAProperty object supporting this property. | |
DTE | Returns the top-level extensibility object. | |
Name | Gets the name of the object. | |
NumIndices | Returns the number of indices required to access the value. | |
Object | Sets or returns the object supporting the OAProperty object. | |
Parent | Gets the immediate parent of this object. | |
Value | Gets or sets the value of the property returned by the OAProperty object |
Top