Share via


OANullProperty Members

Include Protected Members
Include Inherited Members

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 try to free resources and perform other cleanup operations before it 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