Partager via


ManagementPackSchemaType.Verify Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackSchemaType
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>

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

ManagementPackSchemaType Class
ManagementPackSchemaType Members
Microsoft.EnterpriseManagement.Configuration Namespace