Share via


WebService.ProjectItem Property

Definition

Gets the project item.

public:
 property EnvDTE::ProjectItem ^ ProjectItem { EnvDTE::ProjectItem ^ get(); };
[System.Runtime.InteropServices.DispId(5)]
public EnvDTE.ProjectItem ProjectItem { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.ProjectItem : EnvDTE.ProjectItem
Public ReadOnly Property ProjectItem As ProjectItem

Property Value

A ProjectItem object that corresponds to the Web service project item.

Attributes

Applies to