Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies a .NET type that triggers the condition. This element is used when defining a custom control view.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- CustomControl Element
- CustomEntries Element
- CustomEntry Element
- CustomItem Element
- SelectionCondition Element
- TypeName Element
Syntax
<TypeName>Nameof.NetType</TypeName>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the TypeName
Element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
SelectionCondition Element for EntrySelectedBy for CustomControl for View | Defines a condition that must exist for the control definition to be used. |
Text Value
Specify the fully qualified name of the .NET type, such as System.IO.DirectoryInfo
.
Remarks
See Also
SelectionCondition Element for EntrySelectedBy for CustomControl for View