Share via


GenerateAndPersistAppInfoTask.MakePathsRelative Property

Gets or sets a value that indicates whether the linked assembly paths are relative to the document path.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
Public Property MakePathsRelative As Boolean
    Get
    Set
'Usage
Dim instance As GenerateAndPersistAppInfoTask
Dim value As Boolean

value = instance.MakePathsRelative

instance.MakePathsRelative = value
public bool MakePathsRelative { get; set; }

Property Value

Type: System.Boolean
true if the linked assembly paths are relative to the document path; otherwise, false. The default is false.

.NET Framework Security

See Also

Reference

GenerateAndPersistAppInfoTask Class

GenerateAndPersistAppInfoTask Members

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace