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
SyntaxPublic Overridable ReadOnly Property References As String()
Get
Property Value
Type:
StringReturn Value
Type:
String
RemarksThe 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