다음을 통해 공유


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

‘선언
Public Property Value As Object
    Get
    Private Set
‘사용 방법
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

See Also

Reference

PropertyValueBase Class

PropertyValueBase Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace