ModuleHomepageAttribute Class
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.
Determines whether a specified IModulePage interface is the client's home page. This class cannot be inherited.
public ref class ModuleHomepageAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ModuleHomepageAttribute : Attribute
type ModuleHomepageAttribute = class
inherit Attribute
Public NotInheritable Class ModuleHomepageAttribute
Inherits Attribute
- Inheritance
-
ModuleHomepageAttribute
- Attributes
Constructors
ModuleHomepageAttribute() |
Initializes a new instance of the ModuleHomepageAttribute class. |
Methods
IsHomepage(IModulePage) |
Determines whether the specified module page refers to the client's home page. |