Share via


HostAdapter.IVstaHostAdapterInternal.GetHostPropertyXml Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

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
Private Function GetHostPropertyXml As String 
    Implements IVstaHostAdapterInternal.GetHostPropertyXml
'Usage
Dim instance As HostAdapter 
Dim returnValue As String 

returnValue = CType(instance, IVstaHostAdapterInternal).GetHostPropertyXml()
string IVstaHostAdapterInternal.GetHostPropertyXml()
private:
virtual String^ GetHostPropertyXml() sealed = IVstaHostAdapterInternal::GetHostPropertyXml
JScript does not support explicit interface implementations.

Return Value

Type: System.String

Implements

IVstaHostAdapterInternal.GetHostPropertyXml()

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace