VCCodeNamespace.ExtenderNames Property
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 a list of available Extenders for the object.
public:
property System::Object ^ ExtenderNames { System::Object ^ get(); };
public:
property Platform::Object ^ ExtenderNames { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public object ExtenderNames { [System.Runtime.InteropServices.DispId(12)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ExtenderNames : obj
Public ReadOnly Property ExtenderNames As Object
Property Value
A list of available Extenders.
- Attributes
Remarks
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.