ObjectExtenders.GetExtenderNames(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all Extenders for the given object under the specified category.
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(6)]
public object GetExtenderNames (string ExtenderCATID, object ExtendeeObject);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member GetExtenderNames : string * obj -> obj
Public Function GetExtenderNames (ExtenderCATID As String, ExtendeeObject As Object) As Object
Parameters
- ExtenderCATID
- String
Required. The specified Extender CATID.
- ExtendeeObject
- Object
Required. Represents the Extendee object instance.
Returns
An object containing an automation-compliant array of strings.
- Attributes
Remarks
GetExtenderNames returns a list of supported Extender names for the given instance of the Extendee object under the specified CATID. This is returned as an object containing an automation-compliant array of strings.