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
'Usage
Dim instance As DataViewBrowseObject 
Dim returnValue As String 

returnValue = instance.GetComponentName()
public virtual string GetComponentName()
public:
virtual String^ GetComponentName()
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

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace