vsCMPart Enumeration

 

Represents the portion of a code construct.

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

public enum class vsCMPart

Member nameDescription
vsCMPartAttributes

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

vsCMPartAttributesWithDelimiter

The applicable attributes and the attribute delimiters.

vsCMPartBody

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

vsCMPartBodyWithDelimiter

The body of the code construct and its delimiters.

vsCMPartHeader

The header of the code construct.

vsCMPartHeaderWithAttributes

The code construct's header and its attributes.

vsCMPartName

The name of the code construct.

vsCMPartNavigate

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

vsCMPartWhole

The entire code construct.

vsCMPartWholeWithAttributes

The entire code construct and its attributes.

Return to top
Show: