This topic has not yet been rated - Rate this topic

VCCodeFunction.ExtenderNames Property

Gets a list of available Extenders for the object.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Object ExtenderNames { get; }

Property Value

Type: Object
A list of available extenders.

ExtenderNames returns the names of the currently applicable Extenders for this object using the CATID as specified by its ExtenderCATID property. This is returned as an object containing an automation-compliant array of strings.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.