OADependencyViewer Class

This type is only used internally; you cannot use it directly from your code. This is the automation object exposed to DTE. Retrieve this object through the EnvDTE.Window.Object method, where the Window is the Dependency Viewer tool window.

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 OADependencyViewer
'Usage
Dim instance As OADependencyViewer
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OADependencyViewer
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OADependencyViewer
public class OADependencyViewer
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type OADependencyViewer =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OADependencyViewer

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

OADependencyViewer Members

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