Share via


OAProjectItem.FileCodeModel Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property FileCodeModel As FileCodeModel
public virtual FileCodeModel FileCodeModel { get; }
public:
virtual property FileCodeModel^ FileCodeModel {
    FileCodeModel^ get ();
}
abstract FileCodeModel : FileCodeModel
override FileCodeModel : FileCodeModel
function get FileCodeModel () : FileCodeModel

Property Value

Type: EnvDTE.FileCodeModel

Implements

ProjectItem.FileCodeModel

.NET Framework Security

See Also

Reference

OAProjectItem Class

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace