IModelingProject Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A Visual Studio project that can contain a UML model and diagrams.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Public Interface IModelingProject _
    Inherits IDisposable
'Usage
Dim instance As IModelingProject
public interface IModelingProject : IDisposable
public interface class IModelingProject : IDisposable
type IModelingProject =  
    interface
        interface IDisposable
    end
public interface IModelingProject extends IDisposable

See Also

Reference

IModelingProject Members

Microsoft.VisualStudio.Uml.Extensions Namespace