Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.12 KB

Project.Application.SidepaneTaskChange.md

File metadata and controls

45 lines (27 loc) · 1.12 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SidepaneTaskChange method (Project)
vbapj.chm53
vbapj.chm53
project-server
Project.Application.SidepaneTaskChange
277a9242-b098-8f69-44b8-668175867b42
06/08/2017
medium

Application.SidepaneTaskChange method (Project)

Changes the side pane that is displayed in Project Guide.

Syntax

expression. SidepaneTaskChange( _ID_, _IsGoalArea_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
ID Required Integer The ID number of the side pane in the Project Guide.
IsGoalArea Optional Boolean True if trying to change to a different goal area in the Project Guide. False if trying to change to a different Project Guide task.

Return value

Boolean

Remarks

The SidepaneTaskChange method only has an effect when the Project Guide is shown.

[!includeSupport and feedback]