Overrides GetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][]).

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)
Visual Basic
Public Overrides Function GetProperties ( _
	context As ITypeDescriptorContext, _
	value As Object, _
	attributes As Attribute() _
) As PropertyDescriptorCollection
JScript
public override function GetProperties(
	context : ITypeDescriptorContext, 
	value : Object, 
	attributes : Attribute[]
) : PropertyDescriptorCollection

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
value
Type: System..::..Object
attributes
Type: array<System..::..Attribute>[]()[][]

See Also