Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the enumeration values that will be visible. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function ConfigureVisibleEnumFields ( _
context As ITypeDescriptorContext, _
values As ArrayList _
) As ICollection
'Usage
Dim instance As IDynamicVisible
Dim context As ITypeDescriptorContext
Dim values As ArrayList
Dim returnValue As ICollection
returnValue = instance.ConfigureVisibleEnumFields(context, _
values)
ICollection ConfigureVisibleEnumFields(
ITypeDescriptorContext context,
ArrayList values
)
ICollection^ ConfigureVisibleEnumFields(
ITypeDescriptorContext^ context,
ArrayList^ values
)
abstract ConfigureVisibleEnumFields :
context:ITypeDescriptorContext *
values:ArrayList -> ICollection
function ConfigureVisibleEnumFields(
context : ITypeDescriptorContext,
values : ArrayList
) : ICollection
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
A ITypeDescriptorContext object that contains the context information of the enumeration.
- values
Type: System.Collections.ArrayList
A ArrayList object that contains the enumeration values that will be visible.
Return Value
Type: System.Collections.ICollection
An ICollection object that contains the list of enumeration values that will be visible.