ValueExtension<T> Constructors

Definition

Overloads

ValueExtension<T>()

Microsoft internal use only.

ValueExtension<T>(T)

Microsoft internal use only.

ValueExtension<T>()

Microsoft internal use only.

protected:
 ValueExtension();
protected:
 ValueExtension();
 ValueExtension();
protected ValueExtension ();
Protected Sub New ()

Applies to

ValueExtension<T>(T)

Microsoft internal use only.

protected:
 ValueExtension(T value);
protected:
 ValueExtension(T value);
 ValueExtension(T value);
protected ValueExtension (T value);
new Microsoft.VisualStudio.PlatformUI.ValueExtension<'T> : 'T -> Microsoft.VisualStudio.PlatformUI.ValueExtension<'T>
Protected Sub New (value As T)

Parameters

value
T

Applies to