OAReferenceFolderItem Class

This type is only used internally; you cannot use it directly from your code. Represents the OAProjectItem automation object that underlies the ReferenceContainerNode.

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
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OAReferenceFolderItem _
    Inherits OAProjectItem
'Usage
Dim instance As OAReferenceFolderItem
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OAReferenceFolderItem : OAProjectItem
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OAReferenceFolderItem : public OAProjectItem
public class OAReferenceFolderItem extends OAProjectItem
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OAReferenceFolderItem =  
    class
        inherit OAProjectItem
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OAProjectItem
    Microsoft.VisualStudio.Data.Schema.Project.Automation.OAReferenceFolderItem

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

OAReferenceFolderItem Members

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