This interface identifies the object that was embedded by giving its ObjectID. Usually this is fine.
Public Member Functions | |
HRESULT | Attribute ([in] IDSSAttribute *pAttribute) |
The attribute whose forms appear here. | |
HRESULT | Attribute ([out, retval] IDSSAttribute ppAttribute) |
The attribute whose forms appear here. | |
HRESULT | Form ([in] IDSSAttributeForm *pForm) |
The collection of attribute forms in the expression. | |
HRESULT | Form ([out, retval] IDSSAttributeForm ppForm) |
The collection of attribute forms in the expression. | |
HRESULT | Node ([out, retval] IDSSNode ppNode) |
Standard IDSSNode interface. | |
HRESULT | Populate ([in] IDSSFormShortcut *pOriginal) |
Assign the value from another IDSSFormShortcut. |
|
The attribute whose forms appear here. This property is the attribute that is the target of the short cut.
|
|
The attribute whose forms appear here. This property is the attribute that is the target of the short cut.
|
|
The collection of attribute forms in the expression. This property is the form that is the target of the shortcut. An attribute form is a DSS Object in its own right. Attribute form objects are independent of attributes. The method accepts any attribute form, whether or not it exists on the attribute.
|
|
The collection of attribute forms in the expression. This property is the form that is the target of the shortcut. An attribute form is a DSS Object in its own right. Attribute form objects are independent of attributes. The method accepts any attribute form, whether or not it exists on the attribute.
|
|
Standard IDSSNode interface. Node is a read-only property. It returns the IDSSNode interface associated with this expression node. This interface contains methods and properties that are common to all types of nodes in expressions. In particular, it contains methods used to navigate between different nodes in the expression.
|
|
Assign the value from another IDSSFormShortcut. This method acts like an assignment operator in C++. It replaces the definition of this object with the definition of the argument. It is implements cloning of the argument object.
|