ContractProxyBase<T>.TypeInfrastructureManager 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 infrastructure manager that manages proxy types or throws an exception if the ContractProxyBase<T> has been disposed.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Protected ReadOnly Property TypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim value As TypeInfrastructureManager
value = Me.TypeInfrastructureManager
protected TypeInfrastructureManager TypeInfrastructureManager { get; }
protected:
property TypeInfrastructureManager^ TypeInfrastructureManager {
TypeInfrastructureManager^ get ();
}
protected function get TypeInfrastructureManager () : TypeInfrastructureManager
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager
The type infrastructure manager that manages proxy types.