This creates a new object with an associated parent, a macro ID, and a revision number.
Protected Sub New( parent As ElementBase, macroID As string, revision As Version )
protected CustomizationReference( ElementBase parent, string macroID, Version revision );
Parameters |
Description |
ElementBase parent |
Input parent |
string macroID |
Input macro ID |
Version revision |
Input revision number |
Comments? |