Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Used by the ValidateFile method.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Public Enumeration vsCMValidateFileExtension
public enum vsCMValidateFileExtension
public enum class vsCMValidateFileExtension
type vsCMValidateFileExtension
public enum vsCMValidateFileExtension
Members
| Member name | Description | |
|---|---|---|
| vsCMValidateFileExtCpp | Valid file has a .cpp or .h extension. | |
| vsCMValidateFileExtCppSource | Valid file has a .cpp extension. | |
| vsCMValidateFileExtHtml | Valid file has a .html or .htm extension. | |
| vsCMValidateFileExtNone | Valid file may have any extension. |