共用方式為


VCLanguageManager.ValidateFileName 方法

判斷指定的檔案名稱是否為有效的 C++ 檔案名稱。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
Function ValidateFileName ( _
    bstrFile As String, _
    eFileType As vsCMValidateFileExtension _
) As Boolean
bool ValidateFileName(
    string bstrFile,
    vsCMValidateFileExtension eFileType
)
bool ValidateFileName(
    [InAttribute] String^ bstrFile, 
    [InAttribute] vsCMValidateFileExtension eFileType
)
abstract ValidateFileName : 
        bstrFile:string * 
        eFileType:vsCMValidateFileExtension -> bool 
function ValidateFileName(
    bstrFile : String, 
    eFileType : vsCMValidateFileExtension
) : boolean

參數

  • bstrFile
    型別:System.String
    必要項。檔案名稱以進行驗證。

傳回值

型別:System.Boolean
true 如果指定的檔案名稱為有效的 C++ 檔名; 否則, false。

.NET Framework 安全性

請參閱

參考

VCLanguageManager 介面

Microsoft.VisualStudio.VCCodeModel 命名空間