Share via


WebReference.FileCodeModel Property

Definition

Gets the FileCodeModel object for the .asmx file.

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

Property Value

A FileCodeModel object that that provides information about the code model for the .asmx file in the Web site project.

Attributes

Applies to