This topic has not yet been rated - Rate this topic

vsCMPart Enumeration

Represents the portion of a code construct.

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

public enum vsCMPart
public enum vsCMPart
public enum vsCMPart
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ