Поделиться через


VCFileCodeModel - члены

Включить защищенные члены
Включить унаследованные члены

An object representing the code elements in a source file.

Универсальный тип VCFileCodeModel предоставляет следующий члены.

Методы

  Имя Описание
Открытый метод AbortTransaction Halts the current transaction.
Открытый метод AddAttribute (Унаследовано от FileCodeModel2.)
Открытый метод AddClass (Унаследовано от FileCodeModel2.)
Открытый метод AddDelegate (Унаследовано от FileCodeModel2.)
Открытый метод AddEnum (Унаследовано от FileCodeModel2.)
Открытый метод AddFunction (Унаследовано от FileCodeModel2.)
Открытый метод AddIDLImport Adds a new import statement to the .idl file of the VCFileCodeModel object.
Открытый метод AddIDLLibrary Adds a new library statement to the .idl file of the VCFileCodeModel object.
Открытый метод AddImport (Унаследовано от FileCodeModel2.)
Открытый метод AddImport_2 Adds a #import element to the VCFileCodeModel object.
Открытый метод AddInclude Adds a #include element to the VCFileCodeModel object.
Открытый метод AddInterface (Унаследовано от FileCodeModel2.)
Открытый метод AddMacro Adds a #define element to the VCFileCodeModel object.
Открытый метод AddMap Adds a map to the object.
Открытый метод AddNamespace (Унаследовано от FileCodeModel2.)
Открытый метод AddStruct (Унаследовано от FileCodeModel2.)
Открытый метод AddTypedef Adds a typedef statement to the object.
Открытый метод AddUnion Adds a union statement to the object.
Открытый метод AddUsing Adds a #using element to the VCFileCodeModel object.
Открытый метод AddVariable (Унаследовано от FileCodeModel2.)
Открытый метод BeginBatch (Унаследовано от FileCodeModel2.)
Открытый метод CodeElementFromFullName Gets a collection of the specified code elements for the object.
Открытый метод CodeElementFromPoint (Унаследовано от FileCodeModel2.)
Открытый метод CommitTransaction Commits the current transaction for the object.
Открытый метод ElementFromID (Унаследовано от FileCodeModel2.)
Открытый метод EndBatch (Унаследовано от FileCodeModel2.)
Открытый метод Remove (Унаследовано от FileCodeModel2.)
Открытый метод RemoveEx Removes the specified project from the solution with an option to delete.
Открытый метод StartTransaction Begins a transaction.
Открытый метод Synchronize (Унаследовано от FileCodeModel2.)
Открытый метод ValidateMember Validates that the proposed name is a valid C++ name for the kind given in the context of the parent object.

В начало страницы

Свойства

  Имя Описание
Открытое свойство Attributes Gets a collection of all of the attributes for the object.
Открытое свойство Classes Gets a collection of classes for the object.
Открытое свойство CodeElements (Унаследовано от FileCodeModel2.)
Открытое свойство Delegates Gets a collection of delegates for the object.
Открытое свойство DTE (Унаследовано от FileCodeModel2.)
Открытое свойство EndPoint Gets the edit point that is the location of the end of the code item.
Открытое свойство Enums Gets a collection of enumerations for the object.
Открытое свойство Functions Gets a collection of functions for the object.
Открытое свойство IDLImports Gets the collection of Import statements from the .idl file of the object.
Открытое свойство IDLLibraries Gets the collection of Library elements on the object.
Открытое свойство Imports Gets the collection of #import statements for the object.
Открытое свойство Includes Gets the collection of #include statements for the object.
Открытое свойство Interfaces Gets the collection of interfaces for the object.
Открытое свойство IsBatchOpen (Унаследовано от FileCodeModel2.)
Открытое свойство IsManaged Gets true if the ref keyword is used.
Открытое свойство IsMCOldSyntax Gets a value indicating whether the file was compiled using the old syntax.
Открытое свойство Language (Унаследовано от FileCodeModel2.)
Открытое свойство Macros Gets the collection of macros (#define statements) for the object.
Открытое свойство Maps Gets the collection of maps for the object.
Открытое свойство Namespaces Gets the collection of namespaces for the object.
Открытое свойство Parent (Унаследовано от FileCodeModel2.)
Открытое свойство ParseStatus (Унаследовано от FileCodeModel2.)
Открытое свойство StartPoint Gets a TextPoint object that defines the beginning of the code item.
Открытое свойство Structs Gets the collection of structure elements for the object.
Открытое свойство Typedefs Gets the collection of typedef elements for the object.
Открытое свойство Unions Gets the collection of union elements for the object.
Открытое свойство Usings Gets the collection of #using elements for the object.
Открытое свойство Variables Gets the collection of variables for the object.

В начало страницы

См. также

Ссылки

VCFileCodeModel Интерфейс

Microsoft.VisualStudio.VCCodeModel - пространство имен