SafeIUnknown.Value Property
The native interface managed by this class
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Public ReadOnly Property Value As IntPtr
Get
‘사용 방법
Dim instance As SafeIUnknown
Dim value As IntPtr
value = instance.Value
public IntPtr Value { get; }
public:
property IntPtr Value {
IntPtr get ();
}
member Value : IntPtr
function get Value () : IntPtr
Property Value
Type: System.IntPtr
.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.