ObjectExtenders.GetLocalizedExtenderName(String, String) Метод

Определение

Только для внутреннего применения корпорацией Майкрософт.

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)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member GetLocalizedExtenderName : string * string -> string
Public Function GetLocalizedExtenderName (ExtenderCATID As String, ExtenderName As String) As String

Параметры

ExtenderCATID
String

CATID расширителя.

ExtenderName
String

Имя расширителя.

Возвращаемое значение

String

Локализованное имя расширителя.

Атрибуты

Применяется к