Removes the one point access that was
created.
[Visual Basic .NET] |
---|
Public Sub Remove()
|
[C#] |
---|
public void Remove();
|
[Managed C++] |
---|
public: void Remove();
|
[Java] |
---|
public remove();
|
[Unmanaged C++] |
---|
public: HRESULT Remove();
|