PropertyValueBase.Value Property
The contained value
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Property Value As Object
Get
Private Set
'Utilisation
Dim instance As PropertyValueBase
Dim value As Object
value = instance.Value
public Object Value { get; private set; }
public:
property Object^ Value {
Object^ get ();
private: void set (Object^ value);
}
member Value : Object with get, private set
function get Value () : Object
private function set Value (value : Object)
Property Value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.