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

'宣言
Public Overridable Function GetComponentName As String
'使用
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()

Permissions

See Also

Reference

DataViewBrowseObject Class

DataViewBrowseObject Members

Microsoft.VisualStudio.Data.Framework Namespace