vsCMPart Enumeration

Represents the portion of a code construct.

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

Syntax

'Declaration
Public Enumeration vsCMPart
public enum vsCMPart
public enum class vsCMPart
type vsCMPart
public enum vsCMPart

Members

Member name Description
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.

See Also

Reference

EnvDTE Namespace

Other Resources

Discovering Code by Using the Code Model (Visual Basic)