Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.