Share via


HostAdapter.IVstaHostAdapter.GetProperty Method

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

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 GetProperty ( _
    name As String _
) As String Implements IVstaHostAdapter.GetProperty
'Usage
Dim instance As HostAdapter 
Dim name As String 
Dim returnValue As String 

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

Parameters

Return Value

Type: System.String

Implements

IVstaHostAdapter.GetProperty(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