InitializeDefaultProperties Class

Definition

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
InitializeDefaultProperties
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.

Applies to