VCPlatform.IsDumpfile メソッド
ファイルがダンプファイルかどうかを確認します。
名前空間 : Microsoft.VisualStudio.VCProjectEngine
アセンブリ : Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll 内)
構文
'宣言
Function IsDumpfile ( _
Path As String _
) As Boolean
'使用
Dim instance As VCPlatform
Dim Path As String
Dim returnValue As Boolean
returnValue = instance.IsDumpfile(Path)
bool IsDumpfile(
string Path
)
bool IsDumpfile(
[InAttribute] String^ Path
)
function IsDumpfile(
Path : String
) : boolean
パラメータ
Path
型 : System.String該当するファイルの完全パス。
戻り値
型 : System.Boolean
このプラットフォームでファイルがダンプファイルの場合、true です。
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。