FileCodeModel2 Interface

Allows access to programmatic constructs in a source file.

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

Syntax

'Declaration
<GuidAttribute("A65964DF-3A07-45EB-882A-DD04602016B9")> _
Public Interface FileCodeModel2 _
    Inherits FileCodeModel
'Usage
Dim instance As FileCodeModel2
[GuidAttribute("A65964DF-3A07-45EB-882A-DD04602016B9")]
public interface FileCodeModel2 : FileCodeModel
[GuidAttribute(L"A65964DF-3A07-45EB-882A-DD04602016B9")]
public interface class FileCodeModel2 : FileCodeModel
public interface FileCodeModel2 extends FileCodeModel

Remarks

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

See Also

Reference

FileCodeModel2 Members

EnvDTE80 Namespace