Specifies the enumeration values that will be visible. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Function ConfigureVisibleEnumFields ( _
context As ITypeDescriptorContext, _
values As ArrayList _
) As ICollection
'用途
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
參數
- context
型別:System.ComponentModel.ITypeDescriptorContext
A ITypeDescriptorContext object that contains the context information of the enumeration.
- values
型別:System.Collections.ArrayList
A ArrayList object that contains the enumeration values that will be visible.
傳回值
型別:System.Collections.ICollection
An ICollection object that contains the list of enumeration values that will be visible.