LocalizableProperties.GetComponentName Method
Returns the name of this object.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.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
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
- 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.