VSWebPackage Interface
Defines a Web site package or service.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("443E6A57-0669-42A7-9B84-51EBF6719D78")> _
Public Interface VSWebPackage
[GuidAttribute("443E6A57-0669-42A7-9B84-51EBF6719D78")]
public interface VSWebPackage
[GuidAttribute(L"443E6A57-0669-42A7-9B84-51EBF6719D78")]
public interface class VSWebPackage
[<GuidAttribute("443E6A57-0669-42A7-9B84-51EBF6719D78")>]
type VSWebPackage = interface end
public interface VSWebPackage
The VSWebPackage type exposes the following members.
Properties
Name | Description | |
---|---|---|
DTE | Gets a reference to the DTE2 object. |
Top
Methods
Name | Description | |
---|---|---|
OpenWebSite | Opens a Web site. |
Top