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.
Constructor
Namespace: Microsoft.VisualStudio.Modeling.Validation
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
categories As ValidationCategories, _
subjects As IEnumerable(Of ModelElement) _
)
public ValidationContext(
ValidationCategories categories,
IEnumerable<ModelElement> subjects
)
public:
ValidationContext(
ValidationCategories categories,
IEnumerable<ModelElement^>^ subjects
)
new :
categories:ValidationCategories *
subjects:IEnumerable<ModelElement> -> ValidationContext
public function ValidationContext(
categories : ValidationCategories,
subjects : IEnumerable<ModelElement>
)
Parameters
- categories
Type: Microsoft.VisualStudio.Modeling.Validation.ValidationCategories
subjects
Type: IEnumerable<ModelElement>object to be validated
.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.