FilterToShortcutDefinition Class
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.
Specifies a mapping between a fitler and filter shortcuts.
public ref class FilterToShortcutDefinition sealed
C++/CX
public ref class FilterToShortcutDefinition sealed
class FilterToShortcutDefinition sealed
public sealed class FilterToShortcutDefinition
type FilterToShortcutDefinition = class
Public NotInheritable Class FilterToShortcutDefinition
- Inheritance
-
FilterToShortcutDefinition
internal sealed class Components
{
[Export]
[Filter("File")]
[FilterShortcut("All Files")]
[FilterShortcut("Project Files")]
internal FilterToShortcutDefinition abcFilterToShortcutDefinition;
{ other components }
}
Because you cannot subclass this type, you can use the [Export] attribute with no type.
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |