Intersoft WebScheduler Documentation
GetProperties(ITypeDescriptorContext,Object) Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDateTimeConverter Class > GetProperties Method : GetProperties(ITypeDescriptorContext,Object) Method






context
value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetProperties( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal value As System.Object _
) As System.ComponentModel.PropertyDescriptorCollection
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDateTimeConverter
Dim context As System.ComponentModel.ITypeDescriptorContext
Dim value As System.Object
Dim value As System.ComponentModel.PropertyDescriptorCollection
 
value = instance.GetProperties(context, value)
C# 
public System.ComponentModel.PropertyDescriptorCollection GetProperties( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.object value
)
Delphi 
public function GetProperties( 
    context: System.ComponentModel.ITypeDescriptorContext;
    value: System.TObject
): System.ComponentModel.PropertyDescriptorCollection; 
JScript 
public function GetProperties( 
   context : System.ComponentModel.ITypeDescriptorContext,
   value : System.Object
) : System.ComponentModel.PropertyDescriptorCollection;
Managed Extensions for C++ 
public: System.ComponentModel.PropertyDescriptorCollection* GetProperties( 
   System.ComponentModel.ITypeDescriptorContext* context,
   System.Object* value
) 
C++/CLI 
public:
System.ComponentModel.PropertyDescriptorCollection^ GetProperties( 
   System.ComponentModel.ITypeDescriptorContext^ context,
   System.Object^ value
) 

Parameters

context
value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.