Share via


ModelingProject Class

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

Constants for modeling projects.

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

Syntax

'Declaration
Public NotInheritable Class ModelingProject _
    Implements IModelingProject, IDisposable, IServiceProvider
'Usage
Dim instance As ModelingProject
public sealed class ModelingProject : IModelingProject, 
    IDisposable, IServiceProvider
public ref class ModelingProject sealed : IModelingProject, 
    IDisposable, IServiceProvider
[<SealedAttribute>]
type ModelingProject =  
    class
        interface IModelingProject
        interface IDisposable
        interface IServiceProvider
    end
public final class ModelingProject implements IModelingProject, IDisposable, IServiceProvider

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Uml.Extensions.ModelingProject

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

ModelingProject Members

Microsoft.VisualStudio.Uml.Extensions Namespace