Share via


BaseNodeProperties.GetDefaultProperty Method

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

Syntax

'Declaration
Public Function GetDefaultProperty As PropertyDescriptor
'Usage
Dim instance As BaseNodeProperties 
Dim returnValue As PropertyDescriptor 

returnValue = instance.GetDefaultProperty()
public PropertyDescriptor GetDefaultProperty()
public:
virtual PropertyDescriptor^ GetDefaultProperty() sealed
public final function GetDefaultProperty() : PropertyDescriptor

Return Value

Type: System.ComponentModel.PropertyDescriptor

Implements

ICustomTypeDescriptor.GetDefaultProperty()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

BaseNodeProperties Members

Microsoft.TeamFoundation.Common Namespace