FileCodeModel Interface

Allows access to programmatic constructs in a source file.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("ED1A3F99-4477-11D3-89BF-00C04F688DDE")> _
Public Interface FileCodeModel
'Usage
Dim instance As FileCodeModel
[GuidAttribute("ED1A3F99-4477-11D3-89BF-00C04F688DDE")]
public interface FileCodeModel
[GuidAttribute(L"ED1A3F99-4477-11D3-89BF-00C04F688DDE")]
public interface class FileCodeModel
public interface FileCodeModel

Remarks

The FileCodeModel object is the root of the code model for a project item or file.

See Also

Reference

FileCodeModel Members

EnvDTE Namespace