ValidationExtensions::LogValidationError Method (IValidateArchitectureExtension^, Graph^, String^, String^, GraphErrorLevel, GraphNode^, IEnumerable<GraphNode^>^, IEnumerable<GraphNode^>^)

 

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
)
Return to top
Show: