Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Unboxes the specified object into an Int64 object.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
'Декларация
Public Shared Function AsInt64 ( _
var As Object _
) As Long
public static long AsInt64(
Object var
)
- var
Type: System.Object
The original value to unbox.
Type: System.Int64
Returns an Int64 object.
- 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.