ICCAttribute インターフェイスは、Rational® ClearCase® 属性オブジェクトを表します。
Rational ClearCase の制御下で、ユーザーは ICCVOBObject オブジェクトに任意のデータを関連付けることができます。このようなデータが属性と呼ばれます。
VOB オブジェクトから属性を削除します
メソッド
Sub Remove([ Comment As String = "" ])
HRESULT Remove(_bstr_t Comment);
次のメンバー: ICCAttribute インターフェイス
属性値を設定およびリセットします。
メソッド
Sub SetValue(Value As Variant, [ Comment As String = "" ])
HRESULT SetValue( const _variant_t& Value, _bstr_t Comment);
この属性の属性タイプを取得します
読み取り専用プロパティ
Property Type As CCAttributeType
ICCAttributeTypePtr GetType();