UInt32Extension Constructors

Definition

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.

Applies to