Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current status of the file.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
Property PublishStatus As PublishStatus
'Usage
Dim instance As IPublishFile
Dim value As PublishStatus
value = instance.PublishStatus
instance.PublishStatus = value
PublishStatus PublishStatus { get; set; }
property PublishStatus PublishStatus {
PublishStatus get ();
void set (PublishStatus value);
}
function get PublishStatus () : PublishStatus
function set PublishStatus (value : PublishStatus)
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.PublishStatus
The current PublishStatus value.
.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.