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 | |
---|---|---|
OAProperty | Initializes a new instance of the OAProperty class. |
Top
Properties
Name | Description | |
---|---|---|
Application | Microsoft Internal Use Only. | |
Collection | Gets the Collection containing the Property object supporting this property. | |
DTE | Gets the top-level extensibility object. | |
Name | Gets the name of the object. | |
NumIndices | Gets the number of indices required to access the value. | |
Object | Sets or gets the object supporting the Property object. | |
Parent | Microsoft Internal Use Only. | |
Value | Gets or sets the value of the property returned by the Property object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
get_IndexedValue | Returns one element of a list. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
let_Value | Setter function to set properties values. | |
MemberwiseClone | (Inherited from Object.) | |
set_IndexedValue | Sets the value of the property at the specified index. | |
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