Detailvenster statusweergaven

Microsoft.SystemCenter.StateDetailDefinitionViewType (ViewType)

Wordt gebruikt in samenhang met statusweergaven Hiermee wordt een specifiek detailvenster voor statusweergaven getoond afhankelijk van het objecttype dat in de statusweergave is geselecteerd.

Element properties:

AccessibilityPublic
CommentState Detail View

Source Code:

<ViewType ID="Microsoft.SystemCenter.StateDetailDefinitionViewType" Comment="State Detail View" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Monitors" minOccurs="0" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Monitor" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExcludedClasses" minOccurs="0" maxOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ExcludedClass" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</Configuration>
<ViewImplementation>
<Assembly>Res.Microsoft.SystemCenter.StateDetailDefinitionViewType</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.StateDetailView</Type>
</ViewImplementation>
</ViewType>