Compartilhar via


ValueExtension<T>.Value Property

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Value As T
public T Value { get; set; }
public:
property T Value {
    T get ();
    void set (T value);
}
member Value : 'T with get, set
function get Value () : T
function set Value (value : T)

Property Value

Type: T
Returns Object.

.NET Framework Security

See Also

Reference

ValueExtension<T> Class

Microsoft.VisualStudio.PlatformUI Namespace