UInt32Extension 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
UInt32Extension() |
Instantiates a new instance of UI32Extension. |
UInt32Extension(UInt32) |
Instantiates a new instance of UI32Extension with the specified value. |
UInt32Extension()
Instantiates a new instance of UI32Extension.
public:
UInt32Extension();
public:
UInt32Extension();
UInt32Extension();
public UInt32Extension ();
Public Sub New ()
Applies to
UInt32Extension(UInt32)
Instantiates a new instance of UI32Extension with the specified value.
public:
UInt32Extension(System::UInt32 value);
public:
UInt32Extension(unsigned int value);
UInt32Extension(unsigned int value);
public UInt32Extension (uint value);
new Microsoft.VisualStudio.PlatformUI.UInt32Extension : uint32 -> Microsoft.VisualStudio.PlatformUI.UInt32Extension
Public Sub New (value As UInteger)
Parameters
- value
- UInt32
The value.