DkmClrObjectFavoritesInfo.Favorites 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 properties and/or fields which are favorites on the target type.
This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Favorites { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> Favorites { get; }
member this.Favorites : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Favorites As ReadOnlyCollection(Of String)