VCCodeProperty::Type Property

 

Gets or sets an object representing the programmatic type.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

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

Property Value

Type: EnvDTE::CodeTypeRef^

A CodeTypeRef object.

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

Return to top
Show: