ValidationExtensions::LogValidationError Method (IValidateArchitectureExtension^, Graph^, String^, String^, GraphErrorLevel, GraphNode^, IEnumerable<GraphNode^>^, IEnumerable<GraphNode^>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
public: [ExtensionAttribute] static GraphNode^ LogValidationError( IValidateArchitectureExtension^ extension, Graph^ graph, String^ id, String^ message, GraphErrorLevel errorLevel, GraphNode^ layerOrLayerModelNodeWithError, IEnumerable<GraphNode^>^ errorSourceNodes = null, IEnumerable<GraphNode^>^ errorTargetNodes = null )
Parameters
- extension
- Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer::IValidateArchitectureExtension^
- graph
- Type: Microsoft.VisualStudio.GraphModel::Graph^
- id
- Type: System::String^
- message
- Type: System::String^
- layerOrLayerModelNodeWithError
- Type: Microsoft.VisualStudio.GraphModel::GraphNode^
- errorSourceNodes
- Type: System.Collections.Generic::IEnumerable<GraphNode^>^
- errorTargetNodes
- Type: System.Collections.Generic::IEnumerable<GraphNode^>^
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNode^
Show: