ModelingProject.GetModelingProject Method

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

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

Syntax

'Declaration
Public Shared Function GetModelingProject ( _
    serviceProvider As IServiceProvider, _
    projectGuid As Guid _
) As IModelingProject
'Usage
Dim serviceProvider As IServiceProvider
Dim projectGuid As Guid
Dim returnValue As IModelingProject

returnValue = ModelingProject.GetModelingProject(serviceProvider, _
    projectGuid)
public static IModelingProject GetModelingProject(
    IServiceProvider serviceProvider,
    Guid projectGuid
)
public:
static IModelingProject^ GetModelingProject(
    IServiceProvider^ serviceProvider, 
    Guid projectGuid
)
static member GetModelingProject : 
        serviceProvider:IServiceProvider * 
        projectGuid:Guid -> IModelingProject 
public static function GetModelingProject(
    serviceProvider : IServiceProvider, 
    projectGuid : Guid
) : IModelingProject

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Extensions.IModelingProject

.NET Framework Security

See Also

Reference

ModelingProject Class

ModelingProject Members

Microsoft.VisualStudio.Uml.Extensions Namespace