Share via


SharedStatusBarAutoRelease Constructor (SharedStatusBarOwner, ISharedStatusBar)

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Sub New ( _
    owner As SharedStatusBarOwner, _
    statusBar As ISharedStatusBar _
)
public SharedStatusBarAutoRelease(
    SharedStatusBarOwner owner,
    ISharedStatusBar statusBar
)
public:
SharedStatusBarAutoRelease(
    SharedStatusBarOwner^ owner, 
    ISharedStatusBar^ statusBar
)
new : 
        owner:SharedStatusBarOwner * 
        statusBar:ISharedStatusBar -> SharedStatusBarAutoRelease
public function SharedStatusBarAutoRelease(
    owner : SharedStatusBarOwner, 
    statusBar : ISharedStatusBar
)

Parameters

.NET Framework Security

See Also

Reference

SharedStatusBarAutoRelease Class

SharedStatusBarAutoRelease Overload

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace