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 | |
---|---|---|
VsMSBuildTaskFileManagerClass |
Top
Methods
Name | Description | |
---|---|---|
BeginBuild | ||
Close | ||
Delete | ||
EndBuild | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Exists | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFileContents | ||
GetFileDocData | ||
GetFileLastChangeTime | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init | ||
IsRealBuildOperation | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PutGeneratedFileContents | ||
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.