IFixedTypeInfo.GetDocumentation Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For a description of this member, see ITypeInfo.GetDocumentation.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Sub GetDocumentation ( _
index As Integer, _
<OutAttribute> ByRef strName As String, _
<OutAttribute> ByRef strDocString As String, _
<OutAttribute> ByRef dwHelpContext As Integer, _
<OutAttribute> ByRef strHelpFile As String _
)
void GetDocumentation(
int index,
out string strName,
out string strDocString,
out int dwHelpContext,
out string strHelpFile
)
void GetDocumentation(
int index,
[OutAttribute] String^% strName,
[OutAttribute] String^% strDocString,
[OutAttribute] int% dwHelpContext,
[OutAttribute] String^% strHelpFile
)
abstract GetDocumentation :
index:int *
strName:string byref *
strDocString:string byref *
dwHelpContext:int byref *
strHelpFile:string byref -> unit
function GetDocumentation(
index : int,
strName : String,
strDocString : String,
dwHelpContext : int,
strHelpFile : String
)
Parameters
index
Type: System.Int32The index of the documentation article.
strName
Type: System.String%The name of the topic.
strDocString
Type: System.String%The name of the documentation.
dwHelpContext
Type: System.Int32%The context number of the help article.
strHelpFile
Type: System.String%The name of the help file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.