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


vsCMWhere - перечисление

Used by the StartPointOf, EndPointOf, and Location properties.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
Public Enumeration vsCMWhere
'Применение
Dim instance As vsCMWhere
public enum vsCMWhere
public enum class vsCMWhere
public enum vsCMWhere

Члены

Имя члена Описание
vsCMWhereInvalid Enumeration is uninitialized.
vsCMWhereDefault Avoids errors by searching for either a definition or declaration.
vsCMWhereDeclaration The declaration of the parent object.
vsCMWhereDefinition The definition of the parent object.

Заметки

Use the vsCMWhereDefault value when you are uncertain if the parent object has both a definition and a declaration. This value causes the method to first search for a definition. If no definition is found, the method automatically searches for a declaration. If neither a definition nor declaration is found, the method fails.

ПримечаниеПримечание.

The vsCMWhereInvalid constant indicates that the enumeration has not been previously initialized by the programmer. The Visual C++ code model library does not use this value.

См. также

Ссылки

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