Int32Extension Constructor (Int32)
Creates a new instance of the class with the specified value.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
value As Integer _
)
public Int32Extension(
int value
)
public:
Int32Extension(
int value
)
new :
value:int -> Int32Extension
public function Int32Extension(
value : int
)
Parameters
value
Type: Int32The value to use.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.