Gets the variable from tag.
'宣言
Public Overloads Function GetVariableFromTag( _
ByVal As System.Integer, _
Optional ByVal As System.Object _
) As Variable2
public Variable2 GetVariableFromTag(
System.int ,
System.object
)
パラメータ
- id
- The id.
- tagObject
- The tag object. This parameter can be null.
戻り値の型
A variable associated with this tag.