Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an identifier for a Help topic identifier associated with this accessible object.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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.ShapeElementThe parent ShapeElement of this ShapeSubField.
parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeFieldThe parent ShapeField of this ShapeSubField.
Return Value
Type: 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.