HostAdapter.ExtenderName Property

Gets the name of the host adapter by using the string "VSTAHostAdapter2007".

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ExtenderName As String
'Usage
Dim value As String 

value = HostAdapter.ExtenderName
public static string ExtenderName { get; }
public:
static property String^ ExtenderName {
    String^ get ();
}
public static function get ExtenderName () : String

Property Value

Type: System.String
"VSTAHostAdapter2007", which represents the name of the host adapter as an extender of the Project.

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace