BuiltInPropertyValue Constructor
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Sub New ( _
value As Object _
)
'Utilisation
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.