HostAdapter.IVstaHostAdapter.SetProperty Method

For a description of this method, see IVstaHostAdapter.SetProperty.

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 Sub SetProperty ( _
    name As String, _
    value As String _
) Implements IVstaHostAdapter.SetProperty
'Usage
Dim instance As HostAdapter 
Dim name As String 
Dim value As String 

CType(instance, IVstaHostAdapter).SetProperty(name, _
    value)
void IVstaHostAdapter.SetProperty(
    string name,
    string value
)
private:
virtual void SetProperty(
    String^ name, 
    String^ value
) sealed = IVstaHostAdapter::SetProperty
JScript does not support explicit interface implementations.

Parameters

Implements

IVstaHostAdapter.SetProperty(String, String)

Remarks

This member is an explicit interface implementation that is visible to COM. It can be used only when the HostAdapter instance is cast to an IVstaHostAdapter interface.

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace