Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether to cache the proxy as an object.
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 Property CacheAsObject As Boolean
'Usage
Dim instance As ProxyResolveEventArgs
Dim value As Boolean
value = instance.CacheAsObject
instance.CacheAsObject = value
public bool CacheAsObject { get; set; }
public:
property bool CacheAsObject {
bool get ();
void set (bool value);
}
public function get CacheAsObject () : boolean
public function set CacheAsObject (value : boolean)
Property Value
Type: System.Boolean
true if the proxy is cached as an object; otherwise, false.