VsMSBuildTaskFileManagerClass Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Interop.VsMSBuildTaskFileManagerClass

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

Syntax

'Declaration
<GuidAttribute("E2905C7C-4435-4212-9148-BE9614BD377B")> _
<ClassInterfaceAttribute()> _
Public Class VsMSBuildTaskFileManagerClass _
    Implements IVsMSBuildHostObject, VsMSBuildTaskFileManager, IVsMSBuildTaskFileManager
[GuidAttribute("E2905C7C-4435-4212-9148-BE9614BD377B")]
[ClassInterfaceAttribute()]
public class VsMSBuildTaskFileManagerClass : IVsMSBuildHostObject, 
    VsMSBuildTaskFileManager, IVsMSBuildTaskFileManager
[GuidAttribute(L"E2905C7C-4435-4212-9148-BE9614BD377B")]
[ClassInterfaceAttribute()]
public ref class VsMSBuildTaskFileManagerClass : IVsMSBuildHostObject, 
    VsMSBuildTaskFileManager, IVsMSBuildTaskFileManager
[<GuidAttribute("E2905C7C-4435-4212-9148-BE9614BD377B")>]
[<ClassInterfaceAttribute()>]
type VsMSBuildTaskFileManagerClass =  
    class
        interface IVsMSBuildHostObject
        interface VsMSBuildTaskFileManager
        interface IVsMSBuildTaskFileManager
    end
public class VsMSBuildTaskFileManagerClass implements IVsMSBuildHostObject, VsMSBuildTaskFileManager, IVsMSBuildTaskFileManager

The VsMSBuildTaskFileManagerClass type exposes the following members.

Constructors

  Name Description
Public method VsMSBuildTaskFileManagerClass

Top

Methods

  Name Description
Public method BeginBuild
Public method Close
Public method Delete
Public method EndBuild
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Exists
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetFileContents
Public method GetFileDocData
Public method GetFileLastChangeTime
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Init
Public method IsRealBuildOperation
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PutGeneratedFileContents
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace