CodeClass Class

 

A class in a ProjectItem.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

System.Object
  Microsoft.VisualStudio.Tools.Applications.CodeElement
    Microsoft.VisualStudio.Tools.Applications.CodeClass

Public NotInheritable Class CodeClass
	Inherits CodeElement

NameDescription
System_CAPS_pubpropertyBody

Gets or sets the text of the CodeClass body.

System_CAPS_pubpropertyFullName

Gets the fully qualified name of the CodeElement.(Inherited from CodeElement.)

System_CAPS_pubpropertyKind

Gets the kind of the CodeElement.(Inherited from CodeElement.)

System_CAPS_pubpropertyName

Gets the name of the CodeElement.(Inherited from CodeElement.)

NameDescription
System_CAPS_pubmethodActivate()

Activates the parent ProjectItem in the IDE with the current CodeElement visible.(Inherited from CodeElement.)

System_CAPS_pubmethodAppendText(String)

Appends text to the end of the CodeClass body.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodFormat()

Formats the CodeElement.(Inherited from CodeElement.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: