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 the case option for matching names.
typedef enum {
nmNone = 0,
nmCaseSensitive = 1,
nmCaseInsensitive = 2
} NAME_MATCH;
public enum NameMatchOptions {
nmNone = 0,
nmCaseSensitive = 1,
nmCaseInsensitive = 2
}
Members
nmNone
No options are specified.nmCaseSensitive
Indicates that names to be matched are case-sensitive.nmCaseInsensitive
Indicates that names to be matched are not case-sensitive.
Remarks
Passed as an argument to the following methods:
Requirements
Header: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
See Also
Reference
Enumerations (Visual Studio Debugging)
IDebugSymbolProvider::GetTypeByName
IDebugSymbolProvider::GetClassTypeByName