URL-näkymä

Microsoft.SystemCenter.UrlViewType (ViewType)

Näyttää URL-osoitteen sisällön

Element properties:

AccessibilityPublic
CommentURL View

Source Code:

<ViewType ID="Microsoft.SystemCenter.UrlViewType" Comment="URL View" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Criteria" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Url" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Presentation" minOccurs="0"/>
<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.UrlViewType</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.UrlView</Type>
</ViewImplementation>
</ViewType>