共用方式為


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.Int32

    The index of the documentation article.

  • strDocString
    Type: System.String%

    The name of the documentation.

  • dwHelpContext
    Type: System.Int32%

    The context number of the help article.

.NET Framework Security

See Also

Reference

IFixedTypeInfo Interface

Microsoft.Build.Tasks Namespace