CodeContainer.IsFavorite 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.
A flag that indicates whether this CodeContainer should be presented with special emphasis on Visual Studio's MRU.
public:
property bool IsFavorite { bool get(); };
public:
property bool IsFavorite { bool get(); };
public bool IsFavorite { get; }
member this.IsFavorite : bool
Public ReadOnly Property IsFavorite As Boolean