Share via


WebService.ClassFileItem Property

Definition

Gets the class file item that represents the Web service.

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

Property Value

A ProjectItem object that corresponds to the class file.

Attributes

Applies to