Expand Minimize
This topic has not yet been rated - Rate this topic

_ExpansionFunctionType Enumeration

Specifies the type of an expansion function.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
public enum _ExpansionFunctionType
Member nameDescription
eft_ListThe expansion function represents a list of values. This list is typically displayed in an IntelliSense completion list.
eft_ValueThe expansion function represents a single value.

COM Signature

From textmgr2.idl:

enum _ExpansionFunctionType {
   eft_List,
   eft_Value
};
typedef DWORD ExpansionFunctionType;

These values are returned from the GetFunctionType method in the IVsExpansionFunction interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.