Visual Basic (Declaration) | |
---|---|
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")> Public Overloads Function GetProperties( _ ByVal value As System.Object _ ) As System.ComponentModel.PropertyDescriptorCollection |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebSchedulerDateTimeConverter Dim value As System.Object Dim value As System.ComponentModel.PropertyDescriptorCollection value = instance.GetProperties(value) |
C# | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] public System.ComponentModel.PropertyDescriptorCollection GetProperties( System.object value ) |
Delphi | |
---|---|
public function GetProperties( value: System.TObject ): System.ComponentModel.PropertyDescriptorCollection; |
JScript | |
---|---|
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries") public function GetProperties( value : System.Object ) : System.ComponentModel.PropertyDescriptorCollection; |
Managed Extensions for C++ | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] public: System.ComponentModel.PropertyDescriptorCollection* GetProperties( System.Object* value ) |
C++/CLI | |
---|---|
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] public: System.ComponentModel.PropertyDescriptorCollection^ GetProperties( System.Object^ value ) |
Parameters
- value
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