Share via


DetailsTemplateNameAttribute Class

Definition

A MEF attribute specifying a template for presenting details of data points from a IAsyncCodeLensDataPointProvider.

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

Constructors

DetailsTemplateNameAttribute(String)

Initializes a new instance of DetailsTemplateNameAttribute.

DetailsTemplateNameAttribute(String, String[])

Initializes a new instance of DetailsTemplateNameAttribute.

Properties

DetailsTemplateName

The name of the template for presenting the data point's details.

DetailsTemplateProperties

Additional properties for the template for presenting the data point's details.

Applies to