C# Class GitHub.Exports.ExportMetadataAttributeExtensions

Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode Description
IsMenuType ( this c, MenuType type ) : bool
IsViewType ( this c, UIViewType type ) : bool

Private Methods

Méthode Description
IsMenuType ( CustomAttributeData attributeData, MenuType type ) : bool
IsViewType ( CustomAttributeData attributeData, UIViewType viewType ) : bool

Method Details

IsMenuType() public static méthode

public static IsMenuType ( this c, MenuType type ) : bool
c this
type MenuType
Résultat bool

IsViewType() public static méthode

public static IsViewType ( this c, UIViewType type ) : bool
c this
type UIViewType
Résultat bool