Returns the name of this object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Function GetComponentName As String
'使用
Dim instance As LocalizableProperties
Dim returnValue As String
returnValue = instance.GetComponentName()
public string GetComponentName()
public:
virtual String^ GetComponentName() sealed
public final function GetComponentName() : String
Return Value
Type: System.String
A string containing the component name.
Implements
ICustomTypeDescriptor.GetComponentName()
Permissions
- 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.