Поделиться через


BaseNodeProperties.GetDefaultProperty Method

Gets the default property for this properties object.

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

Syntax

'Декларация
Public Function GetDefaultProperty As PropertyDescriptor
public PropertyDescriptor GetDefaultProperty()
public:
virtual PropertyDescriptor^ GetDefaultProperty() sealed
abstract GetDefaultProperty : unit -> PropertyDescriptor 
override GetDefaultProperty : unit -> PropertyDescriptor 
public final function GetDefaultProperty() : PropertyDescriptor

Return Value

Type: System.ComponentModel.PropertyDescriptor
The default property for this properties object.

Implements

ICustomTypeDescriptor.GetDefaultProperty()

Remarks

This base implementation always returns null.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace