Share via


SubfieldAccessibleObject.GetHelpTopic Method

Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overrides Function GetHelpTopic ( _
    <OutAttribute> ByRef fileName As String _
) As Integer
public override int GetHelpTopic(
    out string fileName
)
public:
virtual int GetHelpTopic(
    [OutAttribute] String^% fileName
) override
abstract GetHelpTopic : 
        fileName:string byref -> int 
override GetHelpTopic : 
        fileName:string byref -> int 
public override function GetHelpTopic(
    fileName : String
) : int

Parameters

  • fileName
    Type: System.String%
    On return, this property contains the path to the Help file associated with this accessible object.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SubfieldAccessibleObject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace