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!

ICodeStatement.GetDesignTime

Gets the current design-time status of this element.

[Visual Basic]
Function GetDesignTime() As Boolean
[C#]
bool GetDesignTime();
[C++]
bool GetDesignTime() = 0;
[JScript]
function GetDesignTime() : Boolean;

Return Value

Whether or not the current status of this element is set to design-time only.

Remarks

When an element is set to design-time only, the element will exist in the code in such a way as to not be a part of the compile at runtime. This element will still be available at design time.

See Also

ICodeStatement Interface | ICodeStatement Members | System.ComponentModel.Design.CodeModel Namespace