VsMSBuildTaskFileManagerClass.Exists Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Public Overridable Function Exists ( _
    wszFilename As String, _
    fOnlyCheckOnDisk As Integer, _
    <OutAttribute> ByRef pfExists As Integer _
) As Integer
public virtual int Exists(
    string wszFilename,
    int fOnlyCheckOnDisk,
    out int pfExists
)
public:
virtual int Exists(
    [InAttribute] String^ wszFilename, 
    [InAttribute] int fOnlyCheckOnDisk, 
    [OutAttribute] int% pfExists
)
abstract Exists : 
        wszFilename:string * 
        fOnlyCheckOnDisk:int * 
        pfExists:int byref -> int 
override Exists : 
        wszFilename:string * 
        fOnlyCheckOnDisk:int * 
        pfExists:int byref -> int 
public function Exists(
    wszFilename : String, 
    fOnlyCheckOnDisk : int, 
    pfExists : int
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsMSBuildTaskFileManager.Exists(String, Int32, Int32%)

.NET Framework Security

See Also

Reference

VsMSBuildTaskFileManagerClass Class

Microsoft.VisualStudio.Shell.Interop Namespace