Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace