CodeLensDataPointProviderDescriptor.LocalizedName 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.
The localized name of the data point provider.
public:
property System::String ^ LocalizedName { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedName { get; set; }
member this.LocalizedName : string with get, set
Public Property LocalizedName As String