BaseNodeProperties.GetComponentName Method

Gets the name of the component to display in the property window.

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

Syntax

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

Return Value

Type: System.String
Gets the name of the component to display in the property window.

Implements

ICustomTypeDescriptor.GetComponentName()

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace