IDependencyViewController Interface
Represents an extension interface for elements that control the Dependency view.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDependencyViewController _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDependencyViewController : IExtension
[CLSCompliantAttribute(false)]
public interface class IDependencyViewController : IExtension
[<CLSCompliantAttribute(false)>]
type IDependencyViewController =
interface
interface IExtension
end
public interface IDependencyViewController extends IExtension
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.DependencyView Namespace