Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Graph
The 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