CodeLensDataPointProviderDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示描述 IAsyncCodeLensDataPointProvider的數據模型。
public ref class CodeLensDataPointProviderDescriptor sealed
public sealed class CodeLensDataPointProviderDescriptor
type CodeLensDataPointProviderDescriptor = class
Public NotInheritable Class CodeLensDataPointProviderDescriptor
- 繼承
-
CodeLensDataPointProviderDescriptor
備註
要求時,遠端 CodeLens 服務會為其裝載的每個提供者傳回 的 CodeLensDataPointProviderDescriptor 物件。
建構函式
CodeLensDataPointProviderDescriptor() |
表示描述 IAsyncCodeLensDataPointProvider的數據模型。 |
屬性
AllowsDetailsPopupTransparency |
判斷數據點詳細數據是否可以包含透明內容。 |
ContentTypes |
支援的內容類型清單。 |
DetailsTemplateName |
在詳細數據彈出視窗中呈現詳細數據的範本。 預設會使用 GridView 來呈現詳細數據。 |
DetailsTemplateProperties |
使用範本時,其他屬性可自定義範本。 |
DynamicVisibility |
判斷此提供者是否建立支援動態可見度的數據點,而且應該只可視化它是否有要顯示的數據。 |
LocalizedName |
數據點提供者的當地語系化名稱。 |
OptionUserModifiable |
判斷提供者是否可以在工具的選項設定中修改。 |
OptionUserVisible |
判斷提供者是否顯示在工具的選項設定中。 |
Priority |
值 Int32 ,表示指標的順序。 較低的值指標會先以編輯器中指標裝飾的預設順序排列。 |
ProviderUniqueId |
數據點提供者的唯一識別名稱。 |