ExtensionMetadata.Preview Property
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.
Gets a value indicating whether this extension should be labeled as preview on the Visual Studio Marketplace. At this time,
this property is set to true
by default as the VisualStudio.Extensibility framework is being actively developed
and new features are added at a quick pace.
public bool Preview { get; init; }
member this.Preview : bool with get, set
Public Property Preview As Boolean