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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.