Inventarisatieweergave

Microsoft.SystemCenter.InventoryViewType (ViewType)

Een weergave waarin de gebruiker een objecttype kan kiezen door in het deelvenster Acties te klikken op 'Doeltype wijzigen...'. Nadat een objecttype is gekozen, worden in de weergave alle objecten van dat type getoond.

Element properties:

AccessibilityPublic
CommentInventory View

Source Code:

<ViewType ID="Microsoft.SystemCenter.InventoryViewType" Comment="Inventory View" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.ViewPresentationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Presentation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ColumnInfo" type="ColumnInfoType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Target" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ViewImplementation>
<Assembly>Res.Microsoft.SystemCenter.InventoryViewType</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.InventoryView</Type>
</ViewImplementation>
</ViewType>