AllowsDetailsPopupTransparencyAttribute Class

Definition

A MEF attribute specifying whether details of data points from a IAsyncCodeLensDataPointProvider can contain transparent content.

public ref class AllowsDetailsPopupTransparencyAttribute sealed : Microsoft::VisualStudio::Utilities::SingletonBaseMetadataAttribute
public sealed class AllowsDetailsPopupTransparencyAttribute : Microsoft.VisualStudio.Utilities.SingletonBaseMetadataAttribute
type AllowsDetailsPopupTransparencyAttribute = class
    inherit SingletonBaseMetadataAttribute
Public NotInheritable Class AllowsDetailsPopupTransparencyAttribute
Inherits SingletonBaseMetadataAttribute
Inheritance
AllowsDetailsPopupTransparencyAttribute

Constructors

AllowsDetailsPopupTransparencyAttribute(Boolean)

Initializes a new instance of AllowsDetailsPopupTransparencyAttribute.

Properties

AllowsDetailsPopupTransparency

Determines if data point details can contain transparent content.

Applies to