Configuration.Extender Property

Returns the requested Extender if it is available for this object.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Extender ( _
    ExtenderName As String _
) As Object
Object this[
    string ExtenderName
] { get; }
property Object^ Extender[[InAttribute] String^ ExtenderName] {
    Object^ get ([InAttribute] String^ ExtenderName);
}
abstract Extender : Object
JScript does not support indexed properties.

Parameters

  • ExtenderName
    Type: System.String
    Required. The name of the Extender to return.

Property Value

Type: System.Object
An Extender.

Remarks

This property returns nulla null reference (Nothing in Visual Basic) if no Extender is available.

The CATID used for obtaining the Extender is given by the object's ExtenderCATID property.

.NET Framework Security

See Also

Reference

Configuration Interface

EnvDTE Namespace

Other Resources

Implementing and Using Automation Extenders