Freigeben über


WebService.FileCodeModel-Eigenschaft

Ruft das FileCodeModel-Objekt für die ASMX-Datei ab.

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

Syntax

'Declaration
ReadOnly Property FileCodeModel As FileCodeModel
FileCodeModel FileCodeModel { get; }
property FileCodeModel^ FileCodeModel {
    FileCodeModel^ get ();
}
abstract FileCodeModel : FileCodeModel with get
function get FileCodeModel () : FileCodeModel

Eigenschaftswert

Typ: FileCodeModel
Ein FileCodeModel-Objekt, das Informationen zum Codemodell für die ASMX-Datei im Websiteprojekt bereitstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebService Schnittstelle

VsWebSite-Namespace

FileCodeModel

Weitere Ressourcen

Verweisen auf Automatisierungsassemblys und das DTE2-Objekt