IExtensionReference.CanAutoDownload Property
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'宣言
ReadOnly Property CanAutoDownload As Boolean
bool CanAutoDownload { get; }
property bool CanAutoDownload {
bool get ();
}
abstract CanAutoDownload : bool
function get CanAutoDownload () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.