Reference.ExtenderNames Property

Definition

Gets a list of available Extenders for the object.

C++/CX
public:
 property Platform::Object ^ ExtenderNames { Platform::Object ^ get(); };

Property Value

An object containing an automation-compliant array of strings.

Attributes

Examples

VB
Sub ExtenderNamesExample(ByVal dte As DTE2)  

    Dim names() As String = CType(dte.Solution.ExtenderNames, String())  
    Dim exts, name As String  
    For Each name In names  
        exts &= name & vbCrLf  
    Next  

    MsgBox(dte.Solution.FullName & " has the following extenders:" & _  
        vbCrLf & vbCrLf & exts)  

End Sub  

Remarks

Returns the names of the currently applicable Extenders for this object using the CATID as specified by its ExtenderCATID property.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022