LocalizableEnumConverter.GetStandardValuesSupported 메서드 (ITypeDescriptorContext)
Returns whether this object supports a standard set of values that can be picked from a list.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Overrides Function GetStandardValuesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
‘사용 방법
Dim instance As LocalizableEnumConverter
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean
returnValue = instance.GetStandardValuesSupported(context)
public override bool GetStandardValuesSupported(
ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesSupported(
ITypeDescriptorContext^ context
) override
abstract GetStandardValuesSupported :
context:ITypeDescriptorContext -> bool
override GetStandardValuesSupported :
context:ITypeDescriptorContext -> bool
public override function GetStandardValuesSupported(
context : ITypeDescriptorContext
) : boolean
매개 변수
- context
유형: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that provides the context information.
반환 값
유형: System.Boolean
true in all cases.