DialogResult.OK Field
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Const OK As Integer
'Utilisation
Dim value As Integer
value = DialogResult.OK
public const int OK
public:
literal int OK
static val mutable OK: int
public const var OK : int
.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.