Edit

com:Aspect

Specifies the desired data or view aspect of the object when drawing or getting data.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <com:Extension>
         └─ <com:ComServer>
            └─ <com:ExeServer>
               └─ <com:Class>
                  └─ <com:MiscStatus>
                     └─ <com:Aspect>
            └─ <com:SurrogateServer>
               └─ <com:Class>
                  └─ <com:MiscStatus>
                     └─ <com:Aspect>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <com:Extension>
               └─ <com:ComServer>
                  └─ <com:ExeServer>
                     └─ <com:Class>
                        └─ <com:MiscStatus>
                           └─ <com:Aspect>
                  └─ <com:SurrogateServer>
                     └─ <com:Class>
                        └─ <com:MiscStatus>
                           └─ <com:Aspect>

Syntax

<com:Aspect
  Type = 'A required string that can have one of the following values: "Content", "Thumbnail", "Icon", or "DocPrint".'
  OleMiscFlag = 'A required integer value in the range of 0-4194303.' />

Attributes

Attribute Description Data type Required Default value
Type The string value for the view aspect of the object. A string that can have one of the following values: Content, Thumbnail, Icon, DocPrint. Yes
OleMiscFlag The integer value for the view aspect of the object. A integer value in the range of 0-4194303. Yes

Child elements

None.

Parent elements

Parent element Description
com:MiscStatus Specifies how to create and display an object.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
Minimum OS Version Windows 10 version 1703 (Build 15063)

Remarks

Examples