VsMSBuildTaskFileManagerClass.PutGeneratedFileContents Method

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

Syntax

‘선언
Public Overridable Function PutGeneratedFileContents ( _
    wszFilename As String, _
    wszFileContents As String _
) As Integer
‘사용 방법
Dim instance As VsMSBuildTaskFileManagerClass
Dim wszFilename As String
Dim wszFileContents As String
Dim returnValue As Integer

returnValue = instance.PutGeneratedFileContents(wszFilename, _
    wszFileContents)
public virtual int PutGeneratedFileContents(
    string wszFilename,
    string wszFileContents
)
public:
virtual int PutGeneratedFileContents(
    [InAttribute] String^ wszFilename, 
    [InAttribute] String^ wszFileContents
)
abstract PutGeneratedFileContents : 
        wszFilename:string * 
        wszFileContents:string -> int 
override PutGeneratedFileContents : 
        wszFilename:string * 
        wszFileContents:string -> int 
public function PutGeneratedFileContents(
    wszFilename : String, 
    wszFileContents : String
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsMSBuildTaskFileManager.PutGeneratedFileContents(String, String)

.NET Framework Security

See Also

Reference

VsMSBuildTaskFileManagerClass Class

VsMSBuildTaskFileManagerClass Members

Microsoft.VisualStudio.Shell.Interop Namespace