Share via


HostTypeAttribute.ProxyType Property (2007 System)

Gets or sets a Type instance that describes the proxy type.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)

Syntax

'Declaration
Public Property ProxyType As Type
'Usage
Dim instance As HostTypeAttribute 
Dim value As Type 

value = instance.ProxyType

instance.ProxyType = value
public Type ProxyType { get; set; }
public:
property Type^ ProxyType {
    Type^ get ();
    void set (Type^ value);
}
public function get ProxyType () : Type 
public function set ProxyType (value : Type)

Property Value

Type: System.Type
A Type instance that describes the proxy type.

See Also

Reference

HostTypeAttribute Class

HostTypeAttribute Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace

Type