Int32Extension Class

Definition

Microsoft internal use only. Extends MarkupExtension

public ref class Int32Extension sealed : Microsoft::VisualStudio::PlatformUI::ValueExtension<int>
public sealed class Int32Extension : Microsoft.VisualStudio.PlatformUI.ValueExtension<int>
type Int32Extension = class
    inherit ValueExtension<int>
Public NotInheritable Class Int32Extension
Inherits ValueExtension(Of Integer)
Inheritance

Constructors

Int32Extension()

Creates a new instance of the class.

Int32Extension(Int32)

Creates a new instance of the class with the specified value.

Properties

Value

Microsoft internal use only.

(Inherited from ValueExtension<T>)

Methods

ProvideValue(IServiceProvider)
ProvideValue(IServiceProvider)

Microsoft internal use only.

(Inherited from ValueExtension<T>)

Applies to