Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an identifier for a Help topic identifier 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 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: 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.