ModelingProjectExtensions Class

 

Defines extension methods on ModelingProject.

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

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

[ExtensionAttribute]
public ref class ModelingProjectExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetLoadMessages(IModelingProjectReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetLoadMessages<T>(IModelingProjectReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetSerializationResult(Store^)

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

System_CAPS_pubmethodSystem_CAPS_staticResetSerializationResult(Store^)

Clears error messages resulting from load or save operations.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: