다음을 통해 공유


IPublishFile.IsPublished Property

Gets whether or not the file is to be deployed.

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

Syntax

‘선언
ReadOnly Property IsPublished As Boolean
    Get
‘사용 방법
Dim instance As IPublishFile
Dim value As Boolean

value = instance.IsPublished
bool IsPublished { get; }
property bool IsPublished {
    bool get ();
}
abstract IsPublished : bool
function get IsPublished () : boolean

Property Value

Type: System.Boolean
true if the file should be deployed, otherwise false.

.NET Framework Security

See Also

Reference

IPublishFile Interface

IPublishFile Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace