Sets the flag indicating the scenario has
been modified.
[Visual Basic .NET] |
---|
Public Sub SetDirty()
|
[C#] |
---|
public void SetDirty();
|
[Managed C++] |
---|
public: void SetDirty();
|
[Java] |
---|
public setDirty();
|
[Unmanaged C++] |
---|
public: HRESULT SetDirty();
|