VSConstants.LOGVIEWID_Primary Field
GUID_VSStandardCommandSet97 cmdidOpenWith handlers should pass this value to OpenStandardEditor method to get the Open With dialog, in this case the default/primary view of the editor factory.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaración
Public Shared ReadOnly LOGVIEWID_Primary As Guid
'Uso
Dim value As Guid
value = VSConstants.LOGVIEWID_Primary
public static readonly Guid LOGVIEWID_Primary
public:
static initonly Guid LOGVIEWID_Primary
static val LOGVIEWID_Primary: Guid
public static final var LOGVIEWID_Primary : Guid
.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.