ValueExtension<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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