IPublishProperties.OpenBrowserOnPublish Property

Gets or sets whether to open the default browser after each publish.

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

Syntax

‘선언
Property OpenBrowserOnPublish As Boolean
    Get
    Set
‘사용 방법
Dim instance As IPublishProperties
Dim value As Boolean

value = instance.OpenBrowserOnPublish

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

Property Value

Type: System.Boolean
true to open the default browser every time the application is published.

.NET Framework Security

See Also

Reference

IPublishProperties Interface

IPublishProperties Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace