Partager via


OANullProperty Class

Defines a null object that is returned instead of nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OANullProperty _
    Implements Property

Dim instance As OANullProperty
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OANullProperty : Property
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OANullProperty : Property
public class OANullProperty implements Property

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OANullProperty

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

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace