ObjectExtenders.GetLocalizedExtenderName(String, String) Method

Definition

Microsoft Internal Use Only.

public:
 System::String ^ GetLocalizedExtenderName(System::String ^ ExtenderCATID, System::String ^ ExtenderName);
public:
 Platform::String ^ GetLocalizedExtenderName(Platform::String ^ ExtenderCATID, Platform::String ^ ExtenderName);
std::wstring GetLocalizedExtenderName(std::wstring const & ExtenderCATID, std::wstring const & ExtenderName);
[System.Runtime.InteropServices.DispId(8)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public string GetLocalizedExtenderName (string ExtenderCATID, string ExtenderName);
[System.Runtime.InteropServices.DispId(8)]
public string GetLocalizedExtenderName (string ExtenderCATID, string ExtenderName);
[<System.Runtime.InteropServices.DispId(8)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member GetLocalizedExtenderName : string * string -> string
[<System.Runtime.InteropServices.DispId(8)>]
abstract member GetLocalizedExtenderName : string * string -> string
Public Function GetLocalizedExtenderName (ExtenderCATID As String, ExtenderName As String) As String

Parameters

ExtenderCATID
String

The CATID of the extender.

ExtenderName
String

The name of the extender.

Returns

The localized name of the extender.

Attributes

Applies to