ModelingProjectExtensions.GetLoadMessages Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Result of the last ModelingProject Load operation
Namespace: Microsoft.VisualStudio.Uml.Extensions
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetLoadMessages ( _
modelingProject As IModelingProject _
) As LoadMessages
'Usage
Dim modelingProject As IModelingProject
Dim returnValue As LoadMessages
returnValue = modelingProject.GetLoadMessages()
public static LoadMessages GetLoadMessages(
this IModelingProject modelingProject
)
[ExtensionAttribute]
public:
static LoadMessages GetLoadMessages(
IModelingProject^ modelingProject
)
static member GetLoadMessages :
modelingProject:IModelingProject -> LoadMessages
public static function GetLoadMessages(
modelingProject : IModelingProject
) : LoadMessages
Parameters
- modelingProject
Type: Microsoft.VisualStudio.Uml.Extensions.IModelingProject
Return Value
Type: Microsoft.VisualStudio.Uml.Extensions.LoadMessages
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IModelingProject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.
See Also
Reference
ModelingProjectExtensions Class