DataViewBrowseObject.GetComponentName 方法

检索当前的组件名称浏览对象。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
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

返回值

类型:System.String
;如果未能找到,则返回当前的组件名称浏览对象或空字符串组件名称。

实现

ICustomTypeDescriptor.GetComponentName()

.NET Framework 安全性

请参见

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间