vsCMPart Enum

Definition

Represents the portion of a code construct.

public enum class vsCMPart
public enum class vsCMPart
enum vsCMPart
public enum vsCMPart
type vsCMPart = 
Public Enum vsCMPart
Inheritance
vsCMPart

Fields

vsCMPartAttributes 2

The attributes that apply to the code construct, minus the attribute delimiters.

vsCMPartAttributesWithDelimiter 68

The applicable attributes and the attribute delimiters.

vsCMPartBody 16

The body of the code construct, minus the body delimiters.

vsCMPartBodyWithDelimiter 80

The body of the code construct and its delimiters.

vsCMPartHeader 4

The header of the code construct.

vsCMPartHeaderWithAttributes 6

The code construct's header and its attributes.

vsCMPartName 1

The name of the code construct.

vsCMPartNavigate 32

The location in the source code to which the insertion point moves when you double-click an element in Class View.

vsCMPartWhole 8

The entire code construct.

vsCMPartWholeWithAttributes 10

The entire code construct and its attributes.

Applies to