WebSiteProperties.OpenedURL Property

Gets the URL used to open the Web site project.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property OpenedURL As String
    Get
string OpenedURL { get; }
property String^ OpenedURL {
    String^ get ();
}
abstract OpenedURL : string
function get OpenedURL () : String

Property Value

Type: System.String
The URL used to open the Web site project.

Examples

For an example of reading late-bound properties, see WebSiteProperties.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object