registrationTriggerType 複合型
RegistrationTrigger 要素の子要素とシーケンス情報を定義します。
<xs:complexType name="registrationTriggerType">
<xs:complexContent>
<xs:extension
base="triggerBaseType"
>
<xs:sequence>
<xs:element name="Delay"
type="duration"
default="PT0M"
minOccurs="0"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
子要素
要素 | Type | 説明 |
---|---|---|
遅延 | duration | タスクを登録してからタスクを開始するまでの時間を指定します。 |
解説
RegistrationTrigger 要素では、ここで定義されている子要素に加えて、triggerBaseType 複合型によって定義された子要素も使用されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |