OAProperties Class

This type is only used internally; you cannot use it directly from your code. Contains all of the properties of a given object that are contained in a generic collection of properties.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OAProperties

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

OAProperties Members

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