CONSTRUCTOR_ENUM
Seleciona os diferentes tipos de construtores.
typedef enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
} CONSTRUCTOR_ENUM;
public enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
};
Membros
crAll
Seleciona todos os construtores.crNonStatic
Seleciona os construtores não-static.crStatic
Seleciona os construtores estáticos.
Comentários
Passado como um argumento para o IDebugClassField::EnumConstructors método.
Requisitos
Cabeçalho: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll