次の方法で共有


ModulePageIdentifierAttribute クラス

定義

一意識別子をモジュール ページに関連付けます。

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
継承
ModulePageIdentifierAttribute
属性

注釈

ページ ナビゲーションと基本設定には、インターフェイスの IModulePage 一意識別子 (GUID) を使用できます。

コンストラクター

ModulePageIdentifierAttribute(String)

ModulePageIdentifierAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Guid

基本設定ストアで使用される識別子を取得します。

適用対象