LocalizableProperties.GetComponentName Method

Returns the name of this object.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Function GetComponentName As String
public string GetComponentName()
public:
virtual String^ GetComponentName() sealed
abstract GetComponentName : unit -> string 
override GetComponentName : unit -> string 
public final function GetComponentName() : String

Return Value

Type: System.String
A string containing the component name.

Implements

ICustomTypeDescriptor.GetComponentName()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

Microsoft.VisualStudio.Shell Namespace