다음을 통해 공유


IPublishFile2.IncludeHash Property

Gets or sets a value that indicates whether to include the hash of the file in the output manifest.

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

Syntax

‘선언
Property IncludeHash As Boolean
    Get
    Set
‘사용 방법
Dim instance As IPublishFile2
Dim value As Boolean

value = instance.IncludeHash

instance.IncludeHash = value
bool IncludeHash { get; set; }
property bool IncludeHash {
    bool get ();
    void set (bool value);
}
abstract IncludeHash : bool with get, set
function get IncludeHash () : boolean
function set IncludeHash (value : boolean)

Property Value

Type: System.Boolean
true if the hash of the file is included in the output manifest; otherwise, false. The default value is true.

Remarks

Visual Studio ignores the value of this property if the target .NET Framework version for the project is earlier than .NET Framework 3.5.

.NET Framework Security

See Also

Reference

IPublishFile2 Interface

IPublishFile2 Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace