ColorEntry.Type Property

Definition

Gets or sets the color type

public:
 property Microsoft::VisualStudio::Utilities::ColorEntry::ColorType Type { Microsoft::VisualStudio::Utilities::ColorEntry::ColorType get(); void set(Microsoft::VisualStudio::Utilities::ColorEntry::ColorType value); };
public Microsoft.VisualStudio.Utilities.ColorEntry.ColorType Type { get; set; }
public Microsoft.VisualStudio.Utilities.ColorEntry.ColorType Type { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.Type : Microsoft.VisualStudio.Utilities.ColorEntry.ColorType with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Type : Microsoft.VisualStudio.Utilities.ColorEntry.ColorType with get, set
Public Property Type As ColorEntry.ColorType

Property Value

Attributes

Applies to