Share via


OAProperty Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAProperty

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProperty _
    Implements Property
'Usage
Dim instance As OAProperty
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAProperty : Property
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAProperty : Property
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAProperty =  
    class
        interface Property
    end
public class OAProperty implements Property

The OAProperty type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Application Microsoft Internal Use Only.
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 Sets or gets the object supporting the Property object.
Public property Parent Microsoft Internal Use Only.
Public property Value Gets or sets the value of the property returned by the Property object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method get_IndexedValue Returns one element of a list.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method let_Value Setter function to set properties values.
Protected method MemberwiseClone (Inherited from Object.)
Public method set_IndexedValue Sets the value of the property at the specified index.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace