ShapeAccessibleObject.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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
- 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.