Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets all CATIDs for the current selection.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Function GetContextualExtenderCATIDs As Object
'Usage
Dim instance As ObjectExtenders
Dim returnValue As Object
returnValue = instance.GetContextualExtenderCATIDs()
Object GetContextualExtenderCATIDs()
Object^ GetContextualExtenderCATIDs()
function GetContextualExtenderCATIDs() : Object
Return Value
Type: System.Object
An object containing an automation-compliant array of GUID-valued strings.
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.