Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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)
Syntax
'Declaração
Public Enumeration _ExpansionFunctionType
public enum _ExpansionFunctionType
public enum class _ExpansionFunctionType
type _ExpansionFunctionType
public enum _ExpansionFunctionType
Members
| Member name | Description | |
|---|---|---|
| eft_List | The expansion function represents a list of values. This list is typically displayed in an IntelliSense completion list. | |
| eft_Value | The expansion function represents a single value. |
Remarks
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.