Share via


DataViewBrowseObject.GetComponentName Method

Retrieves the component name of the current browse object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overridable Function GetComponentName As String
public virtual string GetComponentName()
public:
virtual String^ GetComponentName()
abstract GetComponentName : unit -> string  
override GetComponentName : unit -> string
public function GetComponentName() : String

Return Value

Type: System.String
Returns the component name of the current browse object, or an empty string if no component name can be found.

Implements

ICustomTypeDescriptor.GetComponentName()

.NET Framework Security

See Also

Reference

DataViewBrowseObject Class

Microsoft.VisualStudio.Data.Framework Namespace