Variable2データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
パブリック メソッド
| 名前 | 解説 |
| Create | オーバーロードされます。 Initializes a new instance of the Variable2class. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. C1.Util.DX.DisposeBaseから継承されます。 |
| GetCurve | HRESULT IUIAnimationVariable2::GetCurve([In] IUnknown* animation) |
| GetFinalIntegerVectorValue | HRESULT IUIAnimationVariable2::GetFinalIntegerVectorValue([Out, Buffer] int* finalValue,[In] unsigned int cDimension) |
| GetFinalVectorValue | HRESULT IUIAnimationVariable2::GetFinalVectorValue([Out, Buffer] double* finalValue,[In] unsigned int cDimension) |
| GetIntegerVectorValue | HRESULT IUIAnimationVariable2::GetIntegerVectorValue([Out, Buffer] int* value,[In] unsigned int cDimension) |
| GetPreviousIntegerVectorValue | HRESULT IUIAnimationVariable2::GetPreviousIntegerVectorValue([Out, Buffer] int* previousValue,[In] unsigned int cDimension) |
| GetPreviousVectorValue | HRESULT IUIAnimationVariable2::GetPreviousVectorValue([Out, Buffer] double* previousValue,[In] unsigned int cDimension) |
| GetTag | オーバーロードされます。 Gets the tag. |
| GetVectorCurve | オーバーロードされます。 HRESULT IUIAnimationVariable2::GetVectorCurve([In, Buffer] IUnknown** animation,[In] unsigned int cDimension) |
| GetVectorValue | HRESULT IUIAnimationVariable2::GetVectorValue([Out, Buffer] double* value,[In] unsigned int cDimension) |
| QueryInterface | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
| QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
| Set1_VariableChangeHandler | Specifies a handler for changes to the value of the animation variable. |
| Set1_VariableIntegerChangeHandler | Specifies a handler for changes to the integer value of the animation variable. |
| Set2_VariableChangeHandler | Specifies a handler for changes to the value of the animation variable. |
| Set2_VariableIntegerChangeHandler | Specifies a handler for changes to the integer value of the animation variable. |
| SetLowerBound | HRESULT IUIAnimationVariable2::SetLowerBound([In] double bound) |
| SetLowerBoundVector | HRESULT IUIAnimationVariable2::SetLowerBoundVector([In, Buffer] const double* bound,[In] unsigned int cDimension) |
| SetRoundingMode | HRESULT IUIAnimationVariable2::SetRoundingMode([In] UI_ANIMATION_ROUNDING_MODE mode) |
| SetTag | オーバーロードされます。 Sets the tag. |
| SetUpperBound | HRESULT IUIAnimationVariable2::SetUpperBound([In] double bound) |
| SetUpperBoundVector | HRESULT IUIAnimationVariable2::SetUpperBoundVector([In, Buffer] const double* bound,[In] unsigned int cDimension) |
| SetVariableChangeHandler | Specifies a handler for changes to the value of the animation variable. |
| SetVariableIntegerChangeHandler | Specifies a handler for changes to the integer value of the animation variable. |
トップ
パブリック イベント
パブリック オペレータ
参照