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 |
Return Value
Type:
Booleantrue if
GetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][]) should be called to find the properties of this object, otherwise
false.
See Also