상태 보기 정보 창

Microsoft.SystemCenter.StateDetailDefinitionViewType (ViewType)

상태 보기와 함께 사용됩니다. 상태 보기에서 선택한 개체 유형에 따라 특정 상태 보기 정보 창을 표시합니다.

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>