IInternalExtenderProvider.GetExtenderNames(String, Object) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::Object ^ GetExtenderNames(System::String ^ ExtenderCATID, System::Object ^ ExtendeeObject);
public:
 Platform::Object ^ GetExtenderNames(Platform::String ^ ExtenderCATID, Platform::Object ^ ExtendeeObject);
winrt::Windows::Foundation::IInspectable GetExtenderNames(std::wstring const & ExtenderCATID, winrt::Windows::Foundation::IInspectable const & ExtendeeObject);
[System.Runtime.InteropServices.DispId(1)]
public object GetExtenderNames (string ExtenderCATID, object ExtendeeObject);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member GetExtenderNames : string * obj -> obj
Public Function GetExtenderNames (ExtenderCATID As String, ExtendeeObject As Object) As Object

Parameters

ExtenderCATID
String
ExtendeeObject
Object

Returns

Attributes

Applies to