Share via


IPublishProperties3.MapFileExtensions Property

Gets or sets a value that indicates whether to add the .deploy file name extension to all deployed files.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

Syntax

'Declaration
Property MapFileExtensions As Boolean
'Usage
Dim instance As IPublishProperties3 
Dim value As Boolean 

value = instance.MapFileExtensions

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

Property Value

Type: System.Boolean
true to add the .deploy file name extension to all deployed files; otherwise, false.

Implements

IPublishProperties2.MapFileExtensions
IPublishProperties.MapFileExtensions

.NET Framework Security

See Also

Reference

IPublishProperties3 Interface

IPublishProperties3 Members

MapFileExtensions Overload

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace

Change History

Date

History

Reason

July 2008

Added topic.

SP1 feature change.