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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.