CodeFunction2::Type Property

 

Gets or sets an object representing the programmatic type.

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

property CodeTypeRef^ Type {
	CodeTypeRef^ get();
	void set(CodeTypeRef^ value);
}

Property Value

Type: EnvDTE::CodeTypeRef^

A CodeTypeRef object.

Type may return Nothing for languages that have a notion of a default type.

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.

No code example is currently available or this language may not be supported.
Return to top
Show: