ModelingProjectExtensions Class

 

Defines extension methods on ModelingProject.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.ModelingProjectExtensions

Syntax

public static class ModelingProjectExtensions
[ExtensionAttribute]
public ref class ModelingProjectExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ModelingProjectExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ModelingProjectExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetLoadMessages(IModelingProjectReader)

Gets any error messages generated when the IModelingProjectReader was used to read a model.

System_CAPS_pubmethodSystem_CAPS_static GetLoadMessages<T>(IModelingProjectReader)

Gets any error messages generated when the IModelingProjectReader was used to read a model.

System_CAPS_pubmethodSystem_CAPS_static GetSerializationResult(Store)

Gets messages generated when a model or diagrams were loaded or saved.

System_CAPS_pubmethodSystem_CAPS_static ResetSerializationResult(Store)

Clears error messages resulting from load or save operations.

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

Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace

Return to top