Int32Extension Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Int32Extension() |
Creates a new instance of the class. |
Int32Extension(Int32) |
Creates a new instance of the class with the specified value. |
Int32Extension()
Creates a new instance of the class.
public:
Int32Extension();
public:
Int32Extension();
Int32Extension();
public Int32Extension ();
Public Sub New ()
Applies to
Int32Extension(Int32)
Creates a new instance of the class with the specified value.
public:
Int32Extension(int value);
public:
Int32Extension(int value);
Int32Extension(int value);
public Int32Extension (int value);
new Microsoft.VisualStudio.PlatformUI.Int32Extension : int -> Microsoft.VisualStudio.PlatformUI.Int32Extension
Public Sub New (value As Integer)
Parameters
- value
- Int32
The value to use.