Share via


WebServices.ContainingProject Property

Gets a reference to the project in the Design-Time Extensibility (DTE2) object that contains this Web service collection.

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

Syntax

'Declaration
ReadOnly Property ContainingProject As Project
    Get
Project ContainingProject { get; }
property Project^ ContainingProject {
    Project^ get ();
}
abstract ContainingProject : Project
function get ContainingProject () : Project

Property Value

Type: EnvDTE.Project
An object that can be cast to a VSWebSite object.

.NET Framework Security

See Also

Reference

WebServices Interface

VsWebSite Namespace

DTE2

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object