ObjectExtenders.GetLocalizedExtenderName Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Function GetLocalizedExtenderName ( _
ExtenderCATID As String, _
ExtenderName As String _
) As String
string GetLocalizedExtenderName(
string ExtenderCATID,
string ExtenderName
)
String^ GetLocalizedExtenderName(
[InAttribute] String^ ExtenderCATID,
[InAttribute] String^ ExtenderName
)
abstract GetLocalizedExtenderName :
ExtenderCATID:string *
ExtenderName:string -> string
function GetLocalizedExtenderName(
ExtenderCATID : String,
ExtenderName : String
) : String
Parameters
ExtenderCATID
Type: System.StringThe CATID of the extender.
ExtenderName
Type: System.StringThe name of the extender.
Return Value
Type: System.String
The localized name of the extender.
.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.