ModulePageIdentifierAttribute 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.
Associates a unique identifier with a module page.
public ref class ModulePageIdentifierAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ModulePageIdentifierAttribute : Attribute
type ModulePageIdentifierAttribute = class
inherit Attribute
Public NotInheritable Class ModulePageIdentifierAttribute
Inherits Attribute
- Inheritance
-
ModulePageIdentifierAttribute
- Attributes
Remarks
You can use the unique identifier (GUID) of an IModulePage interface for page navigation and preferences.
Constructors
ModulePageIdentifierAttribute(String) |
Initializes a new instance of the ModulePageIdentifierAttribute class. |
Properties
Guid |
Gets the identifier that is used in the preference store. |