CustomizeOffice2007Document.Local Property (2007 System)
Gets or sets a value that indicates whether to make all the paths in the application manifest relative to the document location.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property Local As Boolean
'Usage
Dim instance As CustomizeOffice2007Document
Dim value As Boolean
value = instance.Local
instance.Local = value
[RequiredAttribute]
public bool Local { get; set; }
[RequiredAttribute]
public:
property bool Local {
bool get ();
void set (bool value);
}
public function get Local () : boolean
public function set Local (value : boolean)
Property Value
Type: System.Boolean
true if all the paths in the application manifest should be relative to the document location; otherwise, false. The default is false.
Remarks
The Local property must be assigned before Execute is called.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CustomizeOffice2007Document Class