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 LinkShape _
) As Integer
public virtual int GetAccessibleHelpTopicId(
LinkShape parentShape
)
public:
virtual int GetAccessibleHelpTopicId(
LinkShape^ parentShape
)
abstract GetAccessibleHelpTopicId :
parentShape:LinkShape -> int
override GetAccessibleHelpTopicId :
parentShape:LinkShape -> int
public function GetAccessibleHelpTopicId(
parentShape : LinkShape
) : int
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
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.