Syntax

Property of IToolHandler

Description

Returns tool associated syntax

Property type

Read-Only Property of type ISyntax

Syntax

JavaScript

var pSyntax = ToolHandler.Syntax;

Visual Basic Script

pSyntax = ToolHandler.Syntax

C++

CComPtr<ISyntax> pSyntax;
HRESULT hr = ToolHandler.get_Syntax(&pSyntax);

See Also

IToolHandler