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