ActivatableClassAttribute (Windows 10、InProcessServer の子孫)
Windows ランタイム プロパティ ストアに格納される クラスの属性を定義します。
要素の階層
<ActivatableClassAttribute>
構文
<ActivatableClassAttribute
Name = 'An alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter.'
Type = 'A string that can be one of the following values: "string" or "integer".'
Value = 'A string with a value between 1 and 255 characters in length.' />
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
名前 | 属性の名前。 | 長さが 1 ~ 255 文字の英数字文字列。 文字で始まる必要があります。 | はい | |
Type | 属性の型。 | 文字列または整数のいずれかの値を指定できます。 | はい | |
値 | 属性の値。 | 長さが 1 ~ 255 文字の値を持つ文字列。 | Yes |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
ActivatableClass (型: CT_InProcessActivatableClass) | 拡張ポイントに関連付けられているランタイム クラスを宣言します。 |
ActivatableClass (型: CT_OutOfProcessActivatableClass)] | 拡張ポイントに関連付けられているランタイム クラスを宣言します。 |
必要条件
Item | 値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |