ICCLabel interface

Description

The ICCLabel interface represents the Rational® ClearCase® label object.

In Rational ClearCase, you can attach labels to specific versions of file system elements. These labels are often used in the view config spec selection rules to filter for versions of interest.

Inheritance

ICCLabel inherits from IDispatch.

Read-only properties

Type

Gets the label type of this label

VOB

Gets the VOB that contains the labeled version

Methods

Remove

Removes the label from its version

Examples

Creation

You can get a CCLabel object from the following interfaces:

Remove

Removes the label from its version

Category

Method

VB syntax

Sub Remove([ Comment As String = "" ])

Visual C++ syntax

HRESULT Remove(_bstr_t Comment);
Parameter
Description
Comment
Optional in Visual Basic. A comment to associate with the history record for this Remove operation.

Member of: ICCLabel interface

Type

Gets the label type of this label

Category

Read-only property

VB syntax

Property Type As CCLabelType

Visual C++ syntax

ICCLabelTypePtr GetType();

Return value

The local copy of the global type is returned, not a handle to the global type.

Member of: ICCLabel interface

VOB

Gets the VOB that contains the labeled version

Category

Read-only property

VB syntax

Property VOB As CCVOB

Visual C++ syntax

ICCVOBPtr GetVOB();

Member of: ICCLabel_Interface.htm


Feedback