SetInclusionListEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetInclusionListEntry creates or removes a user inclusion list entry at build time for application-level add-ins and document-level customizations in the 2007 Microsoft Office system. This class cannot be inherited.
public ref class SetInclusionListEntry sealed : Microsoft::VisualStudio::Tools::Office::BuildTasks::BuildTask
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class SetInclusionListEntry : Microsoft.VisualStudio.Tools.Office.BuildTasks.BuildTask
[<System.Runtime.InteropServices.ComVisible(false)>]
type SetInclusionListEntry = class
inherit BuildTask
Public NotInheritable Class SetInclusionListEntry
Inherits BuildTask
- Inheritance
- Attributes
Remarks
Set all of the SetInclusionListEntry properties, and then call Execute to run this build task.
The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Office solutions. However, you can create your own build system by using these classes and the MSBuild XML-based project files. For more information, see MSBuild Reference.
Constructors
SetInclusionListEntry() |
Initializes a new instance of the SetInclusionListEntry class. |
Properties
CertificateThumbprint |
Gets or sets the certificate thumbprint. |
DeploymentManifestFullPath |
Gets or sets the fully qualified path of the deployment manifest. |
Unregister |
Gets or sets a value that indicates whether to remove the inclusion list entry. |
Methods
Execute() |
Creates or removes a record in a user inclusion list at build time for application-level add-ins and document-level customizations. |