OANullProperty Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. Defines a null object that is returned instead of returning null, because callers in VSCore usually crash if a null property is returned for them.

The OANullProperty type exposes the following members.

Constructors

  Name Description
Public method OANullProperty Initializes a new instance of the OANullProperty 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 Sets a property value.
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 Gets the collection to which this property belongs.
Public property DTE Gets the top-level automation object.
Public property Name Gets the name of the property.
Public property NumIndices Returns the number of indices required to access the value.
Public property Object Gets or sets the automation object of this property.
Public property Parent Gets the parent properties object.
Public property Value Gets or sets the value of this property.

Top

See Also

Reference

OANullProperty Class

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