IVstaHostAdapterInternal.SetHostPropertyXml 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.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Sub SetHostPropertyXml ( _
    props As String _
)
'Usage
Dim instance As IVstaHostAdapterInternal 
Dim props As String

instance.SetHostPropertyXml(props)
void SetHostPropertyXml(
    string props
)
void SetHostPropertyXml(
    String^ props
)
function SetHostPropertyXml(
    props : String
)

Parameters

.NET Framework Security

See Also

Reference

IVstaHostAdapterInternal Interface

IVstaHostAdapterInternal Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Internal Namespace