ManagementPackElement.Verify Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Verifies a management pack element using the verification context.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackElement
Dim context As VerificationContext
Dim returnValue As IList(Of ManagementPackVerificationResult)
returnValue = instance.Verify(context)
Syntax
'Declaration
Public Overrides Function Verify ( _
context As VerificationContext _
) As IList(Of ManagementPackVerificationResult)
public override IList<ManagementPackVerificationResult> Verify (
VerificationContext context
)
public:
virtual IList<ManagementPackVerificationResult^>^ Verify (
VerificationContext^ context
) override
public IList<ManagementPackVerificationResult> Verify (
VerificationContext context
)
public override function Verify (
context : VerificationContext
) : IList<ManagementPackVerificationResult>
Parameters
- context
The verification context.
Return Value
The list of verification results.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackElement Class
ManagementPackElement Members
Microsoft.EnterpriseManagement.Configuration Namespace