NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StandardCommands.Replace

Gets the GUID/integer value pair for the Replace command. Read only.

[Visual Basic]
Public Shared ReadOnly Replace As CommandID
[C#]
public static readonly CommandID Replace;
[C++]
public: static readonly CommandID* Replace;
[JScript]
public static var Replace : CommandID;

See Also

StandardCommands Class | StandardCommands Members | System.ComponentModel.Design Namespace