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
ProjectItem ClassFileItem { get; }
property ProjectItem^ ClassFileItem {
ProjectItem^ get ();
}
abstract ClassFileItem : ProjectItem with get
function get ClassFileItem () : ProjectItem
Property Value
Type: EnvDTE.ProjectItem
A ProjectItem object that corresponds to the class file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.