Adds an element to the collection and returns
the unique ID that will be used to represent the entity that is
generated.
| [Visual Basic .NET] |
|---|
Public Function Add( _
ByVal Path As String _
) As String
|
| [C#] |
|---|
public string Add(
|
| [Managed C++] |
|---|
public: String __gc ^ Add(
|
| [Java] |
|---|
public String add(
|
| [Unmanaged C++] |
|---|
public: HRESULT Add(
|
- Path