OAProperties Class
Contains all of the properties of a given object that are contained in a generic collection of properties.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAProperties _
Implements Properties, IEnumerable
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
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Package.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
Microsoft.VisualStudio.Package.Automation Namespace
Properties