Método IDynamicVisible.ConfigureVisibleEnumFields
Specifies the enumeration values that will be visible. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function ConfigureVisibleEnumFields ( _
context As ITypeDescriptorContext, _
values As ArrayList _
) As ICollection
'Uso
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
Parâmetros
- context
Tipo: System.ComponentModel.ITypeDescriptorContext
A ITypeDescriptorContext object that contains the context information of the enumeration.
- values
Tipo: System.Collections.ArrayList
A ArrayList object that contains the enumeration values that will be visible.
Valor de retorno
Tipo: System.Collections.ICollection
An ICollection object that contains the list of enumeration values that will be visible.