RasDialOptionsConverter.GetPropertiesSupported Method (ITypeDescriptorContext)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Indicates whether this object supports properties, using the specified context.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public override bool GetPropertiesSupported(
	ITypeDescriptorContext context
)
Visual Basic
Public Overrides Function GetPropertiesSupported ( 
	context As ITypeDescriptorContext
) As Boolean
Visual C++
public:
virtual bool GetPropertiesSupported(
	ITypeDescriptorContext^ context
) override
F#
abstract GetPropertiesSupported : 
        context : ITypeDescriptorContext -> bool 
override GetPropertiesSupported : 
        context : ITypeDescriptorContext -> bool 

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Type: Boolean
true if GetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][]) should be called to find the properties of this object, otherwise false.

See Also