BaseNodeProperties.GetProperties Method

Gets a collection of property descriptors associated with this properties object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Public Function GetProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
abstract GetProperties : unit -> PropertyDescriptorCollection 
override GetProperties : unit -> PropertyDescriptorCollection 
public final function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
A collection of property descriptors associated with this properties object.

Implements

ICustomTypeDescriptor.GetProperties()

Remarks

This base implementation always returns an empty collection.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

GetProperties Overload

Microsoft.TeamFoundation.Common Namespace