IExtensionHeader.LicenseClickThrough Property

Specifies whether a License Agreement dialog box must be shown before the extension is installed.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
ReadOnly Property LicenseClickThrough As Boolean
    Get
bool LicenseClickThrough { get; }
property bool LicenseClickThrough {
    bool get ();
}
abstract LicenseClickThrough : bool
function get LicenseClickThrough () : boolean

Property Value

Type: System.Boolean
The value of the clickThrough attribute of the License element of the VSIX extension manifest.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IExtensionHeader Interface

Microsoft.VisualStudio.ExtensionManager Namespace