IValidateArchitectureExtension.ValidateArchitecture Method
Validate the architecture
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
Sub ValidateArchitecture ( _
graph As Graph _
)
void ValidateArchitecture(
Graph graph
)
void ValidateArchitecture(
Graph^ graph
)
abstract ValidateArchitecture :
graph:Graph -> unit
function ValidateArchitecture(
graph : Graph
)
Parameters
graph
Type: Microsoft.VisualStudio.GraphModel.GraphThe graph
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IValidateArchitectureExtension Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace