LocalizableProperties.GetComponentName Method
Returns the name of this object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: String
A string containing the component name.
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.