WebSiteProperties.OpenedURL Property
Gets the URL used to open the Web site project.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
string OpenedURL { get; }
property String^ OpenedURL {
String^ get();
}
abstract OpenedURL : string with get
ReadOnly Property OpenedURL As 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.
See Also
EnvDTE
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top