Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Selects different types of constructors.
typedef enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
} CONSTRUCTOR_ENUM;
public enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
};
Members
crAll
Selects all constructors.crNonStatic
Selects non-static constructors.crStatic
Selects static constructors.
Remarks
Passed as an argument to the IDebugClassField::EnumConstructors method.
Requirements
Header: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll