Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an identifier for a Help topic identifier 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 Overridable Function GetAccessibleHelpTopicId ( _
    parentShape As ShapeElement, _
    parentField As ShapeField _
) As Integer
public virtual int GetAccessibleHelpTopicId(
    ShapeElement parentShape,
    ShapeField parentField
)
public:
virtual int GetAccessibleHelpTopicId(
    ShapeElement^ parentShape, 
    ShapeField^ parentField
)
abstract GetAccessibleHelpTopicId : 
        parentShape:ShapeElement * 
        parentField:ShapeField -> int  
override GetAccessibleHelpTopicId : 
        parentShape:ShapeElement * 
        parentField:ShapeField -> int
public function GetAccessibleHelpTopicId(
    parentShape : ShapeElement, 
    parentField : ShapeField
) : int
Parameters
- parentShape 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement- The parent ShapeElement of this ShapeSubField. 
- parentField 
 Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField- The parent ShapeField of this ShapeSubField. 
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.