ObjectExtenders.GetContextualExtenderCATIDs Method

Definition

Gets all CATIDs for the current selection.

public:
 System::Object ^ GetContextualExtenderCATIDs();
public:
 Platform::Object ^ GetContextualExtenderCATIDs();
winrt::Windows::Foundation::IInspectable GetContextualExtenderCATIDs();
[System.Runtime.InteropServices.DispId(7)]
public object GetContextualExtenderCATIDs ();
[<System.Runtime.InteropServices.DispId(7)>]
abstract member GetContextualExtenderCATIDs : unit -> obj
Public Function GetContextualExtenderCATIDs () As Object

Returns

An object containing an automation-compliant array of GUID-valued strings.

Attributes

Remarks

GetContextualExtenderCATIDs returns a list of contextual Extender CATIDs. These Extender CATIDs are in effect for the current selection as an object that contains an automation-compliant array of strings whose values are GUIDs.

Applies to