Share via


References2 Interface

Extends the References interface of the VSLangProj namespace.

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
<GuidAttribute("8BF64AF0-AD98-46D1-8E3E-A02AF56F80AE")> _
Public Interface References2 _
    Inherits References
[GuidAttribute("8BF64AF0-AD98-46D1-8E3E-A02AF56F80AE")]
public interface References2 : References
[GuidAttribute(L"8BF64AF0-AD98-46D1-8E3E-A02AF56F80AE")]
public interface class References2 : References
[<GuidAttribute("8BF64AF0-AD98-46D1-8E3E-A02AF56F80AE")>]
type References2 =  
    interface 
        interface References 
    end
public interface References2 extends References

The References2 type exposes the following members.

Properties

  Name Description
Public property ContainingProject
Public property Count
Public property DTE
Public property Parent

Top

Methods

  Name Description
Public method Add
Public method AddActiveX
Public method AddProject(Project) (Inherited from References.)
Public method AddProject(Project)
Public method AddSDK Adds a reference to the specified SDK to the project.
Public method Find
Public method GetEnumerator
Public method Item

Top

See Also

Reference

VSLangProj110 Namespace