Méthode IDynamicVisible.ConfigureVisibleEnumFields
Specifies the enumeration values that will be visible. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function ConfigureVisibleEnumFields ( _
context As ITypeDescriptorContext, _
values As ArrayList _
) As ICollection
'Utilisation
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
Paramètres
- 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.
Valeur de retour
Type : System.Collections.ICollection
An ICollection object that contains the list of enumeration values that will be visible.