CodeTypeRef2::CodeType Property

 

Gets or sets information describing what kind of CodeTypeRef object this item is.

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

property CodeType^ CodeType {
	CodeType^ get();
	void set(CodeType^ value);
}

Property Value

Type: EnvDTE::CodeType^

A CodeType object.

Returns the CodeType that this type reference represents if TypeKind is vsCMTypeRef.

System_CAPS_noteNote

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.

Return to top
Show: