OANullProperty Class

This type is only used internally; you cannot use it directly from your code. Defines a null object that is returned instead of returning null, because callers in VSCore usually crash if a null property is returned for them.

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 OANullProperty _
    Implements Property
'Usage
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
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OANullProperty =  
    class
        interface Property
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.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.Data.Schema.Project.Automation Namespace