Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Checks whether custom property descriptions are supported. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides Function GetPropertiesSupported ( _
context As ITypeDescriptorContext _
) As Boolean
'Usage
Dim instance As LocalizableTypeConverter
Dim context As ITypeDescriptorContext
Dim returnValue As Boolean
returnValue = instance.GetPropertiesSupported(context)
public override bool GetPropertiesSupported(
ITypeDescriptorContext context
)
public:
virtual bool GetPropertiesSupported(
ITypeDescriptorContext^ context
) override
abstract GetPropertiesSupported :
context:ITypeDescriptorContext -> bool
override GetPropertiesSupported :
context:ITypeDescriptorContext -> bool
public override function GetPropertiesSupported(
context : ITypeDescriptorContext
) : boolean
Parameter
- context
Typ: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that contains the context information. This value is not used.
Rückgabewert
Typ: System.Boolean
true in all cases. Custom property descriptions are supported.
Siehe auch
Verweis
LocalizableTypeConverter Klasse