Dela via


GenerateAndPersistAppInfoTask.MakePathsRelative Property (2007 System)

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
'Usage
Dim instance As GenerateAndPersistAppInfoTask 
Dim value As Boolean 

value = instance.MakePathsRelative

instance.MakePathsRelative = value
public bool MakePathsRelative { get; set; }
public:
property bool MakePathsRelative {
    bool get ();
    void set (bool value);
}
public function get MakePathsRelative () : boolean 
public function set MakePathsRelative (value : boolean)

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