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
- serviceProvider
Type: System.IServiceProvider
- projectGuid
Type: System.Guid
Return Value
Type: Microsoft.VisualStudio.Uml.Extensions.IModelingProject
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.