Delen via


WebService.ClassFileItem Property

Gets the class file item that represents the Web service.

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

Syntax

'Declaration
ReadOnly Property ClassFileItem As ProjectItem
'Usage
Dim instance As WebService 
Dim value As ProjectItem 

value = instance.ClassFileItem
ProjectItem ClassFileItem { get; }
property ProjectItem^ ClassFileItem {
    ProjectItem^ get ();
}
function get ClassFileItem () : ProjectItem

Property Value

Type: EnvDTE.ProjectItem
A ProjectItem object that corresponds to the class file.

.NET Framework Security

See Also

Reference

WebService Interface

WebService Members

VsWebSite Namespace