Click or drag to resize

McCommandReferences Property

Returns the list of assembly references needed in order to use this command in a macro.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable ReadOnly Property References As String()
	Get

Property Value

Type: String

Return Value

Type: String
Remarks
The base class implementation of this property returns the references required by the command itself as well as its properties types, so that an override is only needed for commands having special requirements.
See Also