Adds a label note to the collection.
| [Visual Basic .NET] |
|---|
Public Function Add( _
ByVal Msg As String _
) As IAgLabelNote
|
| [C#] |
|---|
public IAgLabelNote Add(
|
| [Managed C++] |
|---|
public: IAgLabelNote^ Add(
|
| [Java] |
|---|
public IAgLabelNote add(
|
| [Unmanaged C++] |
|---|
public: HRESULT Add(
|
- Msg
- The message to add to the collection.
IAgLabelNote.