CodeContainer.WithIsFavorite(Boolean) Method
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.
Returns a CodeContainer whose IsFavorite has been set to isFavorite
.
public:
Microsoft::VisualStudio::Shell::CodeContainerManagement::CodeContainer ^ WithIsFavorite(bool isFavorite);
public Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer WithIsFavorite (bool isFavorite);
member this.WithIsFavorite : bool -> Microsoft.VisualStudio.Shell.CodeContainerManagement.CodeContainer
Public Function WithIsFavorite (isFavorite As Boolean) As CodeContainer
Parameters
- isFavorite
- Boolean
Present container with special emphasis on Visual Studio's MRU.