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

Return Value

Type: System.String
The localized name of the extender.

.NET Framework Security

See Also

Reference

ObjectExtenders Interface

EnvDTE Namespace