Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Sub New ( _
    value As Object _
)
用法
Dim value As Object
Dim instance As New BuiltInPropertyValue(value)
public BuiltInPropertyValue(
    Object value
)
public:
BuiltInPropertyValue(
    Object^ value
)
new : 
        value:Object -> BuiltInPropertyValue
public function BuiltInPropertyValue(
    value : Object
)
Parameters
- 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.