Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.