Udostępnij za pośrednictwem


ProxyResolveEventArgs.ExpectedType Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Gets the type of the proxy object to instantiate.

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

Syntax

'Declaration
Public ReadOnly Property ExpectedType As Type
'Usage
Dim instance As ProxyResolveEventArgs 
Dim value As Type 

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

Property Value

Type: System.Type
The type of the proxy object to instantiate.

See Also

Reference

ProxyResolveEventArgs Class

ProxyResolveEventArgs Members

Microsoft.VisualStudio.Tools.Applications Namespace