InitializeDefaultProperties 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.
Defines an MSBuild task that sets the description of an Office solution. This class cannot be inherited.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class InitializeDefaultProperties sealed : Microsoft::VisualStudio::Tools::Office::BuildTasks::BuildTask
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class InitializeDefaultProperties : Microsoft.VisualStudio.Tools.Office.BuildTasks.BuildTask
[<System.Runtime.InteropServices.ComVisible(false)>]
type InitializeDefaultProperties = class
inherit BuildTask
Public NotInheritable Class InitializeDefaultProperties
Inherits BuildTask
- Inheritance
- Attributes
Constructors
InitializeDefaultProperties() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the InitializeDefaultProperties class. |
Properties
OfficeApplication | |
OfficeApplicationDescription |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the description of the Microsoft Office application. |
ProjectTypeName | |
TargetName |
Methods
Execute() |
This API supports the product infrastructure and is not intended to be used directly from your code. Sets the description of the Microsoft Office application. |