IValidateArchitectureExtension Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Export and implement this interface to define a custom layer validation scheme, invoked by the Validate Architecture command.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
Public Interface IValidateArchitectureExtension
public interface IValidateArchitectureExtension
public interface class IValidateArchitectureExtension
type IValidateArchitectureExtension = interface end
public interface IValidateArchitectureExtension
The IValidateArchitectureExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
ValidateArchitecture | Validate the architecture |
Top
Extension Methods
Name | Description | |
---|---|---|
LogValidationError | (Defined by ValidationExtensions.) |
Top
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace