Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines the pattern for specifying the minimum size of a control or form.
<xs:simpleType name="SizeType">
<xs:restriction base="xs:string">
<xs:pattern value="^\(\d+\,\d+\)$"/>
</xs:restriction>
</xs:simpleType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
None
Parent Elements
None
Remarks
The SizeType Simple Type defines the MinimumSize attribute in the following Complex Types:
ControlType Complex Type (Work Item Type Definition Schema)
LayoutType Complex Type (Work Item Type Definition Schema)
Type Restriction
The SizeType Simple Type is a restricted string.
Pattern value: ^\(\d+\,\d+\)$
Pattern value example: (100,100)
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Can be Empty |
Not applicable |