VsMSBuildTaskFileManagerClass.GetFileDocData 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 GetFileDocData ( _
wszFilename As String, _
<OutAttribute> ByRef ppunkDocData As IntPtr _
) As Integer
'用途
Dim instance As VsMSBuildTaskFileManagerClass
Dim wszFilename As String
Dim ppunkDocData As IntPtr
Dim returnValue As Integer
returnValue = instance.GetFileDocData(wszFilename, _
ppunkDocData)
public virtual int GetFileDocData(
string wszFilename,
out IntPtr ppunkDocData
)
public:
virtual int GetFileDocData(
[InAttribute] String^ wszFilename,
[OutAttribute] IntPtr% ppunkDocData
)
abstract GetFileDocData :
wszFilename:string *
ppunkDocData:IntPtr byref -> int
override GetFileDocData :
wszFilename:string *
ppunkDocData:IntPtr byref -> int
public function GetFileDocData(
wszFilename : String,
ppunkDocData : IntPtr
) : int
Parameters
- wszFilename
Type: System.String
- ppunkDocData
Type: System.IntPtr%
Return Value
Type: System.Int32
Implements
IVsMSBuildTaskFileManager.GetFileDocData(String, IntPtr%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VsMSBuildTaskFileManagerClass Class