This topic has not yet been rated - Rate this topic

VCCodeNamespace.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 */
Object get_ExtenderNames ()

function get ExtenderNames () : Object

Property Value

A list of available Extenders.

ExtenderNames returns the names of the currently applicable Extenders for this object by 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.