Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.