Support.GetParameterSet Method

Applies To: Windows 8.1

Retrieves the specified set of parameters.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Support
Dim space As ParameterNamespace
Dim returnValue As ParameterSet

returnValue = instance.GetParameterSet(space)

Syntax

'Declaration
Public Function GetParameterSet ( _
    space As ParameterNamespace _
) As ParameterSet
public ParameterSet GetParameterSet (
    ParameterNamespace space
)
public:
ParameterSet^ GetParameterSet (
    ParameterNamespace space
)
public ParameterSet GetParameterSet (
    ParameterNamespace space
)
public function GetParameterSet (
    space : ParameterNamespace
) : ParameterSet

Parameters

  • space
    Specifies which collection of parameters to retrieve.

Return Value

Returns ParameterSet.

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 8.1

See Also

Reference

Support Class
Support Members
Microsoft.Assessments.Runtime Namespace