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

See Also

Reference

SafeIUnknown Class

SafeIUnknown Members

Microsoft.VisualStudio.PlatformUI Namespace