<customizations> Element (rozwój pakietu Office w programie Visual Studio)
customizations Elementu vstov4 nazw zawiera wszystkie informacje dotyczące instalowania i ładowanie każdego roztworu pakietu Office.
Składnia dostosowań na poziomie dokumentu
<customizations>
<customization
id
<document
solutionId
/>
</customization>
</customizations>
Składnia na poziomie aplikacji dodatki
<customizations>
<customization
id
<appAddin
application
loadBehavior
keyName>
<friendlyName></friendlyName>
<description></description>
<formRegions></formRegions>
</customization>
</customizations>
Elementy i atrybuty
customizations Element zawiera szczegółowe informacje dotyczące każdego roztworu pakietu Office.Ten element musi być w następujących nazw: vstov4=urn:schemas-microsoft-com:vsto.v4.Elementy potomne zgromadzenia musi być również w tym obszarze nazw.
customizations Element nie posiada żadnych atrybutów.
customizations Element ma następujący element podrzędny.
Dostosowywanie
Wymagane.customization Element w vstov4 obszar nazw jest zdefiniowany w <customization> Element (rozwój pakietu Office w programie Visual Studio).
Przykład dostosowywania poziomie dokumentu
Opis
Poniższy przykład kodu ilustruje customizations element dostosowywania poziomie dokumentu.
[!UWAGA]
Poniższy przykład kodu jest częścią większych przykład, w Manifesty aplikacji dla rozwiązania dla pakietu Office.
Kod
<vstov4:customizations
xmlns:vstov4="urn:schemas-microsoft-com:vsto.v4">
<vstov4:customization>
<vstov4:document
solutionId="73e" />
</vstov4:customization>
</vstov4:customizations>
Przykład dodatek poziomie aplikacji
Opis
Poniższy przykład kodu ilustruje customizations elementu na poziomie aplikacji dodatek.Jest to dodatek programu Outlook zawierający regionów formularzy.Poniższy przykład kodu jest częścią większych przykład, w Manifesty aplikacji dla rozwiązania dla pakietu Office.
Kod
<vstov4:customizations
xmlns:vstov4="urn:schemas-microsoft-com:vsto.v4">
<vstov4:customization>
<vstov4:appAddIn
application="Outlook"
loadBehavior="3"
keyName="ContosoOutlookAddIn">
<vstov4:friendlyName>
ContosoOutlookAddIn
</vstov4:friendlyName>
<vstov4:description>
ContosoOutlookAddIn - Outlook add-in
created with Visual Studio Tools for Office
</vstov4:description>
<vstov4:formRegions>
<vstov4:formRegion
name="OutlookAddIn1.FormRegion1">
<vstov4:messageClass name="IPM.Note" />
<vstov4:messageClass name="IPM.Contact" />
<vstov4:messageClass name="IPM.Appointment" />
</vstov4:formRegion>
</vstov4:formRegions>
</vstov4:appAddIn>
</vstov4:customization>
</vstov4:customizations>
Zobacz też
Informacje
Manifesty aplikacji dla rozwiązania dla pakietu Office