AllowsDetailsPopupTransparencyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
AllowsDetailsPopupTransparencyAttribute(Boolean) |
Initializes a new instance of AllowsDetailsPopupTransparencyAttribute. |
Properties
AllowsDetailsPopupTransparency |
Determines if data point details can contain transparent content. |