Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An extension to the UInt32 struct.
Inheritance Hierarchy
Object
MarkupExtension
Microsoft.VisualStudio.PlatformUI.ValueExtension<UInt32>
Microsoft.VisualStudio.PlatformUI.UInt32Extension
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class UInt32Extension _
Inherits ValueExtension(Of UInteger)
public sealed class UInt32Extension : ValueExtension<uint>
public ref class UInt32Extension sealed : public ValueExtension<unsigned int>
[<Sealed>]
type UInt32Extension =
class
inherit ValueExtension<uint32>
end
public final class UInt32Extension extends ValueExtension<uint>
The UInt32Extension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
UInt32Extension() | Instantiates a new instance of UI32Extension. |
![]() |
UInt32Extension(UInt32) | Instantiates a new instance of UI32Extension with the specified value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Value | Microsoft internal use only. (Inherited from ValueExtension<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ProvideValue | Microsoft internal use only. (Inherited from ValueExtension<T>.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.