Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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