Re-enables the
fixed state of an
AnnObject.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Function PopFixedState() As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As AnnObject
Dim value As Integer
value = instance.PopFixedState()
|
| C# | |
|---|
public virtual int PopFixedState() |
| C++/CLI | |
|---|
public:
virtual int PopFixedState(); |
Return Value
size of the
fixed state stack before the call to
PopFixedState
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also